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 | Ó£÷ª^ | 1101001110100011111101111010101001011110 | d3a3f7aa5e |
SJIS-WIN | ?£÷?^ | 00111111100000011001001010000001100000000011111101011110 | 3f819281803f5e |
EUC-JP | Ó£÷ª^ | 1000111110101010110100011010000111110010101000011110000010001111101000101110110001011110 | 8faad1a1f2a1e08fa2ec5e |
UTF-8 | Ó£÷ª^ | 110000111001001111000010101000111100001110110111110000101010101001011110 | c393c2a3c3b7c2aa5e |
UHC | ??ֻ^ | 00111111001111111010000111000000101010001010001101011110 | 3f3fa1c0a8a35e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)