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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 魘溽勦螂韮 | 11101001101101001001111111100111100110011010100111100101101001011001010001000010 | e9b49fe799a9e5a59442 |
EUC-JP | 魘溽勦螂韮 | 11110010101101101101111011101001110100101010101111101010101001111100011110100011 | f2b6dee9d2abeaa7c7a3 |
UTF-8 | 魘溽勦螂韮 | 111010011010110110011000111001101011101010111101111001011000101110100110111010001001111010000010111010011001111110101110 | e9ad98e6babde58ba6e89e82e99fae |
UHC | ???螂? | 001111110011111100111111110101011100110000111111 | 3f3f3fd5cc3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)