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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 迯冗尚迯賛 | 11100111100011011000111111100111100011111010111011100111100011011000111001011110 | e78d8fe78faee78d8e5e |
EUC-JP | 迯冗尚迯賛 | 11101101111011011011111011101001101111101011000011101101111011011011101110111111 | ededbee9beb0ededbbbf |
UTF-8 | 迯冗尚迯賛 | 111010001011111110101111111001011000011010010111111001011011000010011010111010001011111110101111111010001011001110011011 | e8bfafe58697e5b09ae8bfafe8b39b |
UHC | ?冗??? | 001111111110100110110111001111110011111100111111 | 3fe9b73f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)