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 | 脛ゆ砂 | 111000111111100010000010111001001000110110111011 | e3f882e48dbb |
EUC-JP | 脛ゆ砂 | 111001101111101010100100111001101011101010111101 | e6faa4e6babd |
UTF-8 | 脛ゆ砂 | 111010001000010010011011111000111000001010000110111001111010000010000010 | e8849be38286e7a082 |
UHC | 脛ゆ砂 | 110011001110101110101010111001101101111011100011 | ccebaae6dee3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)