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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 贖悚遜 | 111001101101110010011100100111101001000110111011 | e6dc9c9e91bb |
EUC-JP | 贖悚遜 | 111011001101111011010111111111101100001010111101 | ecded7fec2bd |
UTF-8 | 贖悚遜 | 111010001011010010010110111001101000001010011010111010011000000110011100 | e8b496e6829ae9819c |
UHC | 贖悚遜 | 111000011101101111100001111001011110000111100001 | e1dbe1e5e1e1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)