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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 鬣肥聞塚 | 1110100110100101100101001110110010010101101101111111101010011100 | e9a594ec95b7fa9c |
EUC-JP | 鬣肥聞? | 11110010101001111100100011101110110010101011100100111111 | f2a7c8eecab93f |
UTF-8 | 鬣肥聞塚 | 111010011010110010100011111010001000001010100101111010001000000110011110111011111010100010010000 | e9aca3e882a5e8819eefa890 |
UHC | ?肥聞? | 001111111101110111111110110110101010010000111111 | 3fddfedaa43f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)