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 | Ó£ðîe^ | 110100111010001111110000111011100110010101011110 | d3a3f0ee655e |
SJIS-WIN | ?£??e^ | 00111111100000011001001000111111001111110110010101011110 | 3f81923f3f655e |
EUC-JP | Ó£ðîe^ | 10001111101010101101000110100001111100101000111110101001110000111000111110101011110000100110010101011110 | 8faad1a1f28fa9c38fabc2655e |
UTF-8 | Ó£ðîe^ | 11000011100100111100001010100011110000111011000011000011101011100110010101011110 | c393c2a3c3b0c3ae655e |
UHC | ??ð?e^ | 00111111001111111010100110100011001111110110010101011110 | 3f3fa9a33f655e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)