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 | ???\ | 00111111001111110011111101011100 | 3f3f3f5c |
SJIS-WIN | 羮級勧\ | 11100011101111001000101110001001100010101010100101011100 | e3bc8b898aa95c |
EUC-JP | 羮級勧\ | 11100110101111101011010111101001101101001010101101011100 | e6beb5e9b4ab5c |
UTF-8 | 羮級勧\ | 11100111101111101010111011100111101101001001101011100101100010111010011101011100 | e7beaee7b49ae58ba75c |
UHC | ?級?\ | 0011111111010000111001000011111101011100 | 3fd0e43f5c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)