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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | ホ釟ニ | 110011101111011011010111111001111101101011000110 | cef6d7e7dac6 |
EUC-JP | ホ?釟ニ | 10001110110011100011111111101110110111001000111011000110 | 8ece3feedc8ec6 |
UTF-8 | ホ釟ニ | 111011111011111010001110111011101001001110111110111010011000011110011111111011111011111010000110 | efbe8eee93bee9879fefbe86 |
UHC | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)