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 | 褂頑ァ主 | 11100101111001101000101011100110101001111000111011100101 | e5e68ae6a78ee5 |
EUC-JP | 褂頑ァ主 | 1110101011101000101101001110100010001110101001111011110011100111 | eae8b4e88ea7bce7 |
UTF-8 | 褂頑ァ主 | 111010001010010010000010111010011010000010010001111011111011110110100111111001001011100010111011 | e8a482e9a091efbda7e4b8bb |
UHC | ?頑?主 | 001111111110100011010111001111111111000110101011 | 3fe8d73ff1ab |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)