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 | 蠇滄恙遲 | 1111101110100001100111111110100110011100100110011110011110101101 | fba19fe99c99e7ad |
EUC-JP | ?滄恙遲 | 00111111110111101110101111010111111110011110111010101111 | 3fdeebd7f9eeaf |
UTF-8 | 蠇滄恙遲 | 111010001010000010000111111001101011101110000100111001101000000110011001111010011000000110110010 | e8a087e6bb84e68199e981b2 |
UHC | ?滄恙遲 | 00111111111100111110011111100101101111111111001011000000 | 3ff3e7e5bff2c0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)