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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | ?牽??^ | 001111111000110010100001001111110011111101011110 | 3f8ca13f3f5e |
EUC-JP | ?牽??^ | 001111111011100010100011001111110011111101011110 | 3fb8a33f3f5e |
UTF-8 | 깐牽깐잣^ | 11101010101110011001000011100111100010011011110111101010101110011001000011101100100111101010001101011110 | eab990e789bdeab990ec9ea35e |
UHC | 깐牽깐잣^ | 101100011111000111001100101100101011000111110001110000001110001101011110 | b1f1ccb2b1f1c0e35e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)