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 | 1000111111100100101110110011111101111000 | 8fe4bb3f78 |
UTF-8 | 鋌렱x | 11101001100010111000110011101011101000001011000101111000 | e98b8ceba0b178 |
UHC | 鋌렱x | 1110111111111011100011101011111001111000 | effb8ebe78 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)