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 | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
SJIS-WIN | 蓁定セソB | 11100100111010111001001011101000101111101011111101000010 | e4eb92e8bebf42 |
EUC-JP | 蓁定セソB | 111010001110110111000100111010101000111010111110100011101011111101000010 | e8edc4ea8ebe8ebf42 |
UTF-8 | 蓁定セソB | 11101000100100111000000111100101101011101001101011101111101111011011111011101111101111011011111101000010 | e89381e5ae9aefbdbeefbdbf42 |
UHC | ?定??B | 001111111110111111010010001111110011111101000010 | 3fefd23f3f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)