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 | ??h?? | 0011111100111111011010000011111100111111 | 3f3f683f3f |
SJIS-WIN | 鱈丹h鱈丹 | 100100100100110010010010010011110110100010010010010011001001001001001111 | 924c924f68924c924f |
EUC-JP | 鱈丹h鱈丹 | 110000111010110111000011101100000110100011000011101011011100001110110000 | c3adc3b068c3adc3b0 |
UTF-8 | 鱈丹h鱈丹 | 11101001101100011000100011100100101110001011100101101000111010011011000110001000111001001011100010111001 | e9b188e4b8b968e9b188e4b8b9 |
UHC | ?丹h?丹 | 00111111110100111010000101101000001111111101001110100001 | 3fd3a1683fd3a1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)