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 | 001111111110010001101111001111110011111111100100011011110011111101000010 | 3fe46f3f3fe46f3f42 |
EUC-JP | ?與??與?B | 001111111110011111010000001111110011111111100111110100000011111101000010 | 3fe7d03f3fe7d03f42 |
UTF-8 | 쌀與빈쌀與빈B | 11101100100011001000000011101000100010001000011111101011101110011000100011101100100011001000000011101000100010001000011111101011101110011000100001000010 | ec8c80e88887ebb988ec8c80e88887ebb98842 |
UHC | 쌀與빈쌀與빈B | 10111101110100101110011010101000101110101111001110111101110100101110011010101000101110101111001101000010 | bdd2e6a8baf3bdd2e6a8baf342 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)