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臾? | 11100100011010110011111101101000111001000110101100111111 | e46b3f68e46b3f |
EUC-JP | 臾?h臾? | 11100111110011000011111101101000111001111100110000111111 | e7cc3f68e7cc3f |
UTF-8 | 臾캪h臾캪 | 11101000100001111011111011101100101110101010101001101000111010001000011110111110111011001011101010101010 | e887beecbaaa68e887beecbaaa |
UHC | 臾캪h臾캪 | 111010111010110010110000010011000110100011101011101011001011000001001100 | ebacb04c68ebacb04c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)