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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 蟇倪族 | 111001011010111110011000111000101001000110110000 | e5af98e291b0 |
EUC-JP | 蟇倪族 | 111010101011000111010000111001001100001010110010 | eab1d0e4c2b2 |
UTF-8 | 蟇倪族 | 111010001001111110000111111001011000000010101010111001101001011110001111 | e89f87e580aae6978f |
UHC | ?倪族 | 0011111111100111110100101111000011101001 | 3fe7d2f0e9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)