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 | 緯唯緯?^ | 1000100011011100100101110100001010001000110111000011111101011110 | 88dc974288dc3f5e |
EUC-JP | 緯唯緯蔿^ | 10110000110111101100110110100011101100001101111010001111110110011100000001011110 | b0decda3b0de8fd9c05e |
UTF-8 | 緯唯緯蔿^ | 11100111101101111010111111100101100101001010111111100111101101111010111111101000100101001011111101011110 | e7b7afe594afe7b7afe894bf5e |
UHC | 緯唯緯蔿^ | 111010101101010111101010111001101110101011010101111010101101100101011110 | ead5eae6ead5ead95e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)