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 | 11100111100100010011111111100000111000000011111110010111010001110011111101000010 | e7913fe0e03f97473f42 |
EUC-JP | 迹?珥?宥?B | 11101101111100010011111111100000111000100011111111001101101010000011111101000010 | edf13fe0e23fcda83f42 |
UTF-8 | 迹렕珥렲宥렠B | 11101000101111111011100111101011101000001001010111100111100011111010010111101011101000001011001011100101101011101010010111101011101000001010000001000010 | e8bfb9eba095e78fa5eba0b2e5aea5eba0a042 |
UHC | 迹렕珥렲宥렠B | 11101110111010011000111010101010111011001011010010001110101111111110101011101001100011101011000101000010 | eee98eaaecb48ebfeae98eb142 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)