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 | ??????B | 00111111001111110011111100111111001111110011111101000010 | 3f3f3f3f3f3f42 |
SJIS-WIN | ??????B | 00111111001111110011111100111111001111110011111101000010 | 3f3f3f3f3f3f42 |
EUC-JP | ??汭??汭B | 0011111100111111100011111100011011100010001111110011111110001111110001101110001001000010 | 3f3f8fc6e23f3f8fc6e242 |
UTF-8 | 롔了汭롔了汭B | 11101011101000011001010011101111101001101011101011100110101100011010110111101011101000011001010011101111101001101011101011100110101100011010110101000010 | eba194efa6bae6b1adeba194efa6bae6b1ad42 |
UHC | 롔了汭롔了汭B | 10001110110110001110100011100111111001111101011110001110110110001110100011100111111001111101011101000010 | 8ed8e8e7e7d78ed8e8e7e7d742 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)