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 | 節?2 | 1001000011011111001111111000001001010001 | 90df3f8251 |
EUC-JP | 節?2 | 1100000011100001001111111010001110110010 | c0e13fa3b2 |
UTF-8 | 節꿨2 | 111001111010111110000000111010101011111110101000111011111011110010010010 | e7af80eabfa8efbc92 |
UHC | 節꿨2 | 111011111011110110110010111001011010001110110010 | efbdb2e5a3b2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)