To what bitstring a character(s) is encoded in each character set?
Input one character or short letters and click "Convert."
Charset | Character | Bit string (binary) | Bit String (hexadecimal) |
---|---|---|---|
ISO-8859-1 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | ?班矯 | 0011111110010100110001111000101110111000 | 3f94c78bb8 |
EUC-JP | ?班矯 | 0011111111001000110010011011011010111010 | 3fc8c9b6ba |
UTF-8 | 뤾班矯 | 111010111010010010111110111001111000111110101101111001111001111110101111 | eba4bee78fade79faf |
UHC | 뤾班矯 | 100011111110101011011010111011001100111011101100 | 8feadaecceec |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)