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 | ?? | 0011111100111111 | 3f3f |
SJIS-WIN | 莨遺 | 11100100101111001000100011100010 | e4bc88e2 |
EUC-JP | 莨遺 | 11101000101111101011000011100100 | e8beb0e4 |
UTF-8 | 莨遺 | 111010001000111010101000111010011000000110111010 | e88ea8e981ba |
UHC | ?遺 | 001111111110101110110110 | 3febb6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)