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 | 1111101111011100100011101010001101111000 | fbdc8ea378 |
EUC-JP | 鋿璽x | 100011111110010011010010101111001010010101111000 | 8fe4d2bca578 |
UTF-8 | 鋿璽x | 11101001100010111011111111100111100100101011110101111000 | e98bbfe792bd78 |
UHC | ?璽x | 00111111110111111101111001111000 | 3fdfde78 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)