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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | ???檍?? | 00111111001111110011111110011110111110000011111100111111 | 3f3f3f9ef83f3f |
EUC-JP | 濚??檍?? | 100011111100100110100001001111110011111111011100111110100011111100111111 | 8fc9a13f3fdcfa3f3f |
UTF-8 | 濚믩젵檍됧룯 | 111001101011111110011010111010111010111110101001111011001010000010110101111001101010101010001101111010111001000010100111111010111010001110101111 | e6bf9aebafa9eca0b5e6aa8deb90a7eba3af |
UHC | 濚믩젵檍됧룯 | 111001111011100110010010111010111010000010101001111001011110010110001001111001011000111110100101 | e7b992eba0a9e5e589e58fa5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)