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 | ëøÈèÛð^ | 11101011111110001100100011101000110110111111000001011110 | ebf8c8e8dbf05e |
SJIS-WIN | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
EUC-JP | ëøÈèÛð^ | 10001111101010111011001110001111101010011100110010001111101010101011001010001111101010111011001010001111101010101110010110001111101010011100001101011110 | 8fabb38fa9cc8faab28fabb28faae58fa9c35e |
UTF-8 | ëøÈèÛð^ | 11000011101010111100001110111000110000111000100011000011101010001100001110011011110000111011000001011110 | c3abc3b8c388c3a8c39bc3b05e |
UHC | ?ø???ð^ | 001111111010100110101010001111110011111100111111101010011010001101011110 | 3fa9aa3f3f3fa9a35e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)