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 | ÍÛÓ©óµGB | 1100110111011011110100111010100111110011101101010100011101000010 | cddbd3a9f3b54742 |
SJIS-WIN | ??????GB | 0011111100111111001111110011111100111111001111110100011101000010 | 3f3f3f3f3f3f4742 |
EUC-JP | ÍÛÓ©ó?GB | 100011111010101010111111100011111010101011100101100011111010101011010001100011111010001011101101100011111010101111010001001111110100011101000010 | 8faabf8faae58faad18fa2ed8fabd13f4742 |
UTF-8 | ÍÛÓ©óµGB | 1100001110001101110000111001101111000011100100111100001010101001110000111011001111000010101101010100011101000010 | c38dc39bc393c2a9c3b3c2b54742 |
UHC | ??????GB | 0011111100111111001111110011111100111111001111110100011101000010 | 3f3f3f3f3f3f4742 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)