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 | ?賍骰讒ホ | 0011111111100110110110101110100110001101111001101010011111001110 | 3fe6dae98de6a7ce |
EUC-JP | 髛賍骰讒ホ | 1000111111101001111011001110110011011100111100011110110111101100101010011000111011001110 | 8fe9ececdcf1edeca98ece |
UTF-8 | 髛賍骰讒ホ | 111010011010101110011011111010001011001110001101111010011010101010110000111010001010111010010010111011111011111010001110 | e9ab9be8b38de9aab0e8ae92efbe8e |
UHC | ???讒? | 001111110011111100111111111100111101100000111111 | 3f3f3ff3d83f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)