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 | 源?衣絲?? | 100011001011100100111111100010001101111111100011010011100011111100111111 | 8cb93f88dfe34e3f3f |
EUC-JP | 源?衣絲?? | 101110001011101100111111101100001110000111100101101011110011111100111111 | b8bb3fb0e1e5af3f3f |
UTF-8 | 源렰衣絲렧렢 | 111001101011101010010000111010111010000010110000111010001010000110100011111001111011010110110010111010111010000010100111111010111010000010100010 | e6ba90eba0b0e8a1a3e7b5b2eba0a7eba0a2 |
UHC | 源렰衣絲렧렢 | 111010101011100110001110101111011110101111111101110111101110101010001110101101101000111010110011 | eab98ebdebfddeea8eb68eb3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)