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 | ???G | 00111111001111110011111101000111 | 3f3f3f47 |
SJIS-WIN | 障蕎?G | 100011111110000110001011101111000011111101000111 | 8fe18bbc3f47 |
EUC-JP | 障蕎?G | 101111101110001110110110101111100011111101000111 | bee3b6be3f47 |
UTF-8 | 障蕎ㅀG | 11101001100110101001110011101000100101011000111011100011100001011000000001000111 | e99a9ce8958ee3858047 |
UHC | 障蕎ㅀG | 11101110101000011100111011110000101001001011000001000111 | eea1cef0a4b047 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)