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 | ÍÛö´öÎÍ | 11001101110110111111011010110100111101101100111011001101 | cddbf6b4f6cecd |
SJIS-WIN | ???´??? | 0011111100111111001111111000000101001100001111110011111100111111 | 3f3f3f814c3f3f3f |
EUC-JP | ÍÛö´öÎÍ | 1000111110101010101111111000111110101010111001011000111110101011110100111010000110101101100011111010101111010011100011111010101011000010100011111010101010111111 | 8faabf8faae58fabd3a1ad8fabd38faac28faabf |
UTF-8 | ÍÛö´öÎÍ | 1100001110001101110000111001101111000011101101101100001010110100110000111011011011000011100011101100001110001101 | c38dc39bc3b6c2b4c3b6c38ec38d |
UHC | ???´??? | 0011111100111111001111111010001010100101001111110011111100111111 | 3f3f3fa2a53f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)