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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | ?崧? | 00111111111110101010111100111111 | 3ffaaf3f |
EUC-JP | ?崧? | 0011111110001111101110111100101000111111 | 3f8fbbca3f |
UTF-8 | 룶崧룵 | 111010111010001110110110111001011011010010100111111010111010001110110101 | eba3b6e5b4a7eba3b5 |
UHC | 룶崧룵 | 100011111010101111100010111111101000111110101010 | 8fabe2fe8faa |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)