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 | 渟???源倣 | 100111111101100100111111001111110011111110001100101110011001010111101101 | 9fd93f3f3f8cb995ed |
EUC-JP | 渟?焌?源倣 | 1101111011011011001111111000111111001001111010000011111110111000101110111100101011101111 | dedb3f8fc9e83fb8bbcaef |
UTF-8 | 渟렠焌렪源倣 | 111001101011100010011111111010111010000010100000111001111000010010001100111010111010000010101010111001101011101010010000111001011000000010100011 | e6b89feba0a0e7848ceba0aae6ba90e580a3 |
UHC | 渟렠焌렪源倣 | 111011111110010110001110101100011111000111100000100011101011100011101010101110011101101110100111 | efe58eb1f1e08eb8eab9dba7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)