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 | ó´Öããø | 111100111011010011010110111000111110001111111000 | f3b4d6e3e3f8 |
SJIS-WIN | ?´???? | 00111111100000010100110000111111001111110011111100111111 | 3f814c3f3f3f3f |
EUC-JP | ó´Öããø | 1000111110101011110100011010000110101101100011111010101011010011100011111010101110101010100011111010101110101010100011111010100111001100 | 8fabd1a1ad8faad38fabaa8fabaa8fa9cc |
UTF-8 | ó´Öããø | 110000111011001111000010101101001100001110010110110000111010001111000011101000111100001110111000 | c3b3c2b4c396c3a3c3a3c3b8 |
UHC | ?´???ø | 0011111110100010101001010011111100111111001111111010100110101010 | 3fa2a53f3f3fa9aa |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)