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 | 譽n? | 1110011010100011100000101000111000111111 | e6a3828e3f |
EUC-JP | 譽n? | 1110110010100101101000111110111000111111 | eca5a3ee3f |
UTF-8 | 譽n닡 | 111010001010110110111101111011111011110110001110111010111000101110100001 | e8adbdefbd8eeb8ba1 |
UHC | 譽n닡 | 111001111110001010100011111011101000100010100001 | e7e2a3ee88a1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)