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 | 脛ゆ燦 | 111000111111100010000010111001001000111001010111 | e3f882e48e57 |
EUC-JP | 脛ゆ燦 | 111001101111101010100100111001101011101110111000 | e6faa4e6bbb8 |
UTF-8 | 脛ゆ燦 | 111010001000010010011011111000111000001010000110111001111000011110100110 | e8849be38286e787a6 |
UHC | 脛ゆ燦 | 110011001110101110101010111001101111001110111110 | ccebaae6f3be |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)