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 | ??x | 001111110011111101111000 | 3f3f78 |
SJIS-WIN | ??x | 001111110011111101111000 | 3f3f78 |
EUC-JP | 馹?x | 1000111111101001101000010011111101111000 | 8fe9a13f78 |
UTF-8 | 馹렱x | 11101001101001101011100111101011101000001011000101111000 | e9a6b9eba0b178 |
UHC | 馹렱x | 1110110011110001100011101011111001111000 | ecf18ebe78 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)