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 | 魘溽勦褥 | 1110100110110100100111111110011110011001101010011110010111110001 | e9b49fe799a9e5f1 |
EUC-JP | 魘溽勦褥 | 1111001010110110110111101110100111010010101010111110101011110011 | f2b6dee9d2abeaf3 |
UTF-8 | 魘溽勦褥 | 111010011010110110011000111001101011101010111101111001011000101110100110111010001010010010100101 | e9ad98e6babde58ba6e8a4a5 |
UHC | ???褥 | 0011111100111111001111111110100110110011 | 3f3f3fe9b3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)