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 | ??L???? | 00111111001111110100110000111111001111110011111100111111 | 3f3f4c3f3f3f3f |
SJIS-WIN | 拗?L??止? | 100111010101100000111111010011000011111100111111100011100111111000111111 | 9d583f4c3f3f8e7e3f |
EUC-JP | 拗?L??止? | 110110011011100100111111010011000011111100111111101110111101111100111111 | d9b93f4c3f3fbbdf3f |
UTF-8 | 拗렚L林렲止렣 | 11100110100010111001011111101011101000001001101001001100111011111010011110110100111010111010000010110010111001101010110110100010111010111010000010100011 | e68b97eba09a4cefa7b4eba0b2e6ada2eba0a3 |
UHC | 拗렚L林렲止렣 | 11101000111100111000111010101101010011001110110011110111100011101011111111110010101011011000111010110100 | e8f38ead4cecf78ebff2ad8eb4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)