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? | 0011111100111111001111110110100000111111 | 3f3f3f683f |
SJIS-WIN | 愛??h愛 | 10001000101001000011111100111111011010001000100010100100 | 88a43f3f6888a4 |
EUC-JP | 愛??h愛 | 10110000101001100011111100111111011010001011000010100110 | b0a63f3f68b0a6 |
UTF-8 | 愛됰젽h愛 | 11100110100001001001101111101011100100001011000011101100101000001011110101101000111001101000010010011011 | e6849beb90b0eca0bd68e6849b |
UHC | 愛됰젽h愛 | 111001001111000110001001111010111010000010101111011010001110010011110001 | e4f189eba0af68e4f1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)