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 | ??}??}?? | 0011111100111111011111010011111100111111011111010011111100111111 | 3f3f7d3f3f7d3f3f |
SJIS-WIN | 蜿ゥ}蜿ゥ}遶ェ | 1110010110001111101010010111110111100101100011111010100101111101111001111010101110101010 | e58fa97de58fa97de7abaa |
EUC-JP | 蜿ゥ}蜿ゥ}遶ェ | 1110100111101111100011101010100101111101111010011110111110001110101010010111110111101110101011011000111010101010 | e9ef8ea97de9ef8ea97deead8eaa |
UTF-8 | 蜿ゥ}蜿ゥ}遶ェ | 1110100010011100101111111110111110111101101010010111110111101000100111001011111111101111101111011010100101111101111010011000000110110110111011111011110110101010 | e89cbfefbda97de89cbfefbda97de981b6efbdaa |
UHC | ??}??}?? | 0011111100111111011111010011111100111111011111010011111100111111 | 3f3f7d3f3f7d3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)