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 | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
SJIS-WIN | 釿 釿 B | 111001111110000110000001010000001110011111100001100000010100000001000010 | e7e18140e7e1814042 |
EUC-JP | 釿 釿 B | 111011101110001110100001101000011110111011100011101000011010000101000010 | eee3a1a1eee3a1a142 |
UTF-8 | 釿 釿 B | 11101001100001111011111111100011100000001000000011101001100001111011111111100011100000001000000001000010 | e987bfe38080e987bfe3808042 |
UHC | ? ? B | 00111111101000011010000100111111101000011010000101000010 | 3fa1a13fa1a142 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)