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 | 拗?紙?靭? | 100111010101100000111111100011101000011000111111100100000111100000111111 | 9d583f8e863f90783f |
EUC-JP | 拗?紙?靭? | 110110011011100100111111101110111110011000111111101111111101100100111111 | d9b93fbbe63fbfd93f |
UTF-8 | 拗렭紙렟靭렠 | 111001101000101110010111111010111010000010101101111001111011010010011001111010111010000010011111111010011001110110101101111010111010000010100000 | e68b97eba0ade7b499eba09fe99dadeba0a0 |
UHC | 拗렭紙렟靭렠 | 111010001111001110001110101110101111001010110101100011101011000011101100111001011000111010110001 | e8f38ebaf2b58eb0ece58eb1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)