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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | ?基??梓 | 00111111100010101110111000111111001111111000100010110010 | 3f8aee3f3f88b2 |
EUC-JP | 塼基??梓 | 100011111011100010111001101101001111000000111111001111111011000010110100 | 8fb8b9b4f03f3fb0b4 |
UTF-8 | 塼基렲렏梓 | 111001011010000110111100111001011001111110111010111010111010000010110010111010111010000010001111111001101010001010010011 | e5a1bce59fbaeba0b2eba08fe6a293 |
UHC | 塼基렲렏梓 | 11101110111101001101000011110001100011101011111110001110101001011110111010101001 | eef4d0f18ebf8ea5eea9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)