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 | ???@ | 00111111001111110011111101000000 | 3f3f3f40 |
SJIS-WIN | 遵?劍@ | 100011111000010100111111100110011001100001000000 | 8f853f999840 |
EUC-JP | 遵?劍@ | 101111011110010100111111110100011111100001000000 | bde53fd1f840 |
UTF-8 | 遵멱劍@ | 11101001100000011011010111101011101010011011000111100101100010101000110101000000 | e981b5eba9b1e58a8d40 |
UHC | 遵멱劍@ | 11110001111001011011100011101000110010111111110001000000 | f1e5b8e8cbfc40 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)