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 | ??}Y??}Z | 0011111100111111011111010101100100111111001111110111110101011010 | 3f3f7d593f3f7d5a |
SJIS-WIN | 蜿ゥ}Y蜿ゥ}Z | 11100101100011111010100101111101010110011110010110001111101010010111110101011010 | e58fa97d59e58fa97d5a |
EUC-JP | 蜿ゥ}Y蜿ゥ}Z | 111010011110111110001110101010010111110101011001111010011110111110001110101010010111110101011010 | e9ef8ea97d59e9ef8ea97d5a |
UTF-8 | 蜿ゥ}Y蜿ゥ}Z | 11101000100111001011111111101111101111011010100101111101010110011110100010011100101111111110111110111101101010010111110101011010 | e89cbfefbda97d59e89cbfefbda97d5a |
UHC | ??}Y??}Z | 0011111100111111011111010101100100111111001111110111110101011010 | 3f3f7d593f3f7d5a |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)