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 | 贄治芝 | 111001101101000110001110101000011000111011000101 | e6d18ea18ec5 |
EUC-JP | 贄治芝 | 111011001101001110111100101000111011110011000111 | ecd3bca3bcc7 |
UTF-8 | 贄治芝 | 111010001011010010000100111001101011001010111011111010001000101010011101 | e8b484e6b2bbe88a9d |
UHC | 贄治芝 | 111100101011111011110110101111011111001010111001 | f2bef6bdf2b9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)