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 | ???F | 00111111001111110011111101000110 | 3f3f3f46 |
SJIS-WIN | 茫¥従F | 11100100101010011000000110001111100011110101110101000110 | e4a9818f8f5d46 |
EUC-JP | 茫¥従F | 11101000101010111010000111101111101111011011111001000110 | e8aba1efbdbe46 |
UTF-8 | 茫¥従F | 11101000100011001010101111101111101111111010010111100101101111101001001101000110 | e88cabefbfa5e5be9346 |
UHC | 茫¥?F | 110110001101010010100001110011010011111101000110 | d8d4a1cd3f46 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)