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 | ??? | 001111110011111100111111 | 3f3f3f |
EUC-JP | 逈?? | 1000111111100001110011010011111100111111 | 8fe1cd3f3f |
UTF-8 | 逈곮맚 | 111010011000000010001000111010101011001110101110111010111010011110011010 | e98088eab3aeeba79a |
UHC | 逈곮맚 | 111110111010110110000001111010001001000010101010 | fbad81e890aa |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)