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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 鋺ゥ陷運 | 11100111111110101010100111101000100111001000100101011110 | e7faa9e89c895e |
EUC-JP | 鋺ゥ陷運 | 1110111011111100100011101010100111101111111111001011000110111111 | eefc8ea9effcb1bf |
UTF-8 | 鋺ゥ陷運 | 111010011000101110111010111011111011110110101001111010011001100110110111111010011000000110001011 | e98bbaefbda9e999b7e9818b |
UHC | ??陷運 | 001111110011111111111001111010001110101010100001 | 3f3ff9e8eaa1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)