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 | ÍÛö´öÎ@ | 11001101110110111111011010110100111101101100111001000000 | cddbf6b4f6ce40 |
SJIS-WIN | ???´??@ | 0011111100111111001111111000000101001100001111110011111101000000 | 3f3f3f814c3f3f40 |
EUC-JP | ÍÛö´öÎ@ | 100011111010101010111111100011111010101011100101100011111010101111010011101000011010110110001111101010111101001110001111101010101100001001000000 | 8faabf8faae58fabd3a1ad8fabd38faac240 |
UTF-8 | ÍÛö´öÎ@ | 11000011100011011100001110011011110000111011011011000010101101001100001110110110110000111000111001000000 | c38dc39bc3b6c2b4c3b6c38e40 |
UHC | ???´??@ | 0011111100111111001111111010001010100101001111110011111101000000 | 3f3f3fa2a53f3f40 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)