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 | ?????^ | 001111110011111100111111001111110011111101011110 | 3f3f3f3f3f5e |
SJIS-WIN | ??悲牆?^ | 0011111100111111100101001101111111100000101011010011111101011110 | 3f3f94dfe0ad3f5e |
EUC-JP | 獐?悲牆?^ | 10001111110010111011101000111111110010001110000111100000101011110011111101011110 | 8fcbba3fc8e1e0af3f5e |
UTF-8 | 獐곕悲牆렮^ | 11100111100011011001000011101010101100111001010111100110100000101011001011100111100010011000011011101011101000001010111001011110 | e78d90eab395e682b2e78986eba0ae5e |
UHC | 獐곕悲牆렮^ | 1110110111101111101100001110101111011101111010001110110111101101100011101011101101011110 | edefb0ebdde8eded8ebb5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)