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 | ë ¡íx | 11101011101000001010000111101101100101111000100101111000 | eba0a1ed978978 |
SJIS-WIN | ??????x | 00111111001111110011111100111111001111110011111101111000 | 3f3f3f3f3f3f78 |
EUC-JP | ë?¡í??x | 10001111101010111011001100111111100011111010001011000010100011111010101110111111001111110011111101111000 | 8fabb33f8fa2c28fabbf3f3f78 |
UTF-8 | ë ¡íx | 11000011101010111100001010100000110000101010000111000011101011011100001010010111110000101000100101111000 | c3abc2a0c2a1c3adc297c28978 |
UHC | ??¡???x | 0011111100111111101000101010111000111111001111110011111101111000 | 3f3fa2ae3f3f3f78 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)