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 | 製~ | 11101000101000111011110101111110 | e8a3bd7e |
SJIS-WIN | ?£?~ | 0011111110000001100100100011111101111110 | 3f81923f7e |
EUC-JP | �~ | 10001111101010111011001010100001111100100011111101111110 | 8fabb2a1f23f7e |
UTF-8 | 製~ | 11000011101010001100001010100011110000101011110101111110 | c3a8c2a3c2bd7e |
UHC | ??½~ | 0011111100111111101010001111011001111110 | 3f3fa8f67e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)