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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 眩疽喊 | 111000011011111111100001011100111001101001011110 | e1bfe1739a5e |
EUC-JP | 眩疽喊 | 111000101100000111100001110101001101001110111111 | e2c1e1d4d3bf |
UTF-8 | 眩疽喊 | 111001111001110010101001111001111001011010111101111001011001011010001010 | e79ca9e796bde5968a |
UHC | 眩疽喊 | 111110101101111111101110110001011111100111100010 | fadfeec5f9e2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)