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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | 漆雫漆雫^ | 100011101011110110001110101101001000111010111101100011101011010001011110 | 8ebd8eb48ebd8eb45e |
EUC-JP | 漆雫漆雫^ | 101111001011111110111100101101101011110010111111101111001011011001011110 | bcbfbcb6bcbfbcb65e |
UTF-8 | 漆雫漆雫^ | 11100110101111001000011011101001100110111010101111100110101111001000011011101001100110111010101101011110 | e6bc86e99babe6bc86e99bab5e |
UHC | 漆?漆?^ | 11110110110101000011111111110110110101000011111101011110 | f6d43ff6d43f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)