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 | ???B | 00111111001111110011111101000010 | 3f3f3f42 |
SJIS-WIN | 揖皋ΙB | 10010111010010111110000110100110100000111010011101000010 | 974be1a683a742 |
EUC-JP | 揖皋ΙB | 11001101101011001110001010101000101001101010100101000010 | cdace2a8a6a942 |
UTF-8 | 揖皋ΙB | 111001101000111110010110111001111001101010001011110011101001100101000010 | e68f96e79a8bce9942 |
UHC | 揖?ΙB | 111010111110011100111111101001011100100101000010 | ebe73fa5c942 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)