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 | 諸?邑??? | 1000111110010100001111111001011101010111001111110011111100111111 | 8f943f97573f3f3f |
EUC-JP | 諸?邑??? | 1011110111110100001111111100110110111000001111110011111100111111 | bdf43fcdb83f3f3f |
UTF-8 | 諸렭邑띳렰렡 | 111010001010101110111000111010111010000010101101111010011000001010010001111010111001110110110011111010111010000010110000111010111010000010100001 | e8abb8eba0ade98291eb9db3eba0b0eba0a1 |
UHC | 諸렭邑띳렰렡 | 111100001011001110001110101110101110101111101001101101101111000110001110101111011000111010110010 | f0b38ebaebe9b6f18ebd8eb2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)