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 | ??] | 001111110011111101011101 | 3f3f5d |
SJIS-WIN | 漆昀] | 1000111010111101111110101100111001011101 | 8ebdface5d |
EUC-JP | 漆昀] | 101111001011111110001111110000011111010101011101 | bcbf8fc1f55d |
UTF-8 | 漆昀] | 11100110101111001000011011100110100110001000000001011101 | e6bc86e698805d |
UHC | 漆?] | 11110110110101000011111101011101 | f6d43f5d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)