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 | ????BF | 001111110011111100111111001111110100001001000110 | 3f3f3f3f4246 |
SJIS-WIN | 霑ケ谿ェBF | 1110100010111111101110011110011010101110101010100100001001000110 | e8bfb9e6aeaa4246 |
EUC-JP | 霑ケ谿ェBF | 11110000110000011000111010111001111011001011000010001110101010100100001001000110 | f0c18eb9ecb08eaa4246 |
UTF-8 | 霑ケ谿ェBF | 1110100110011100100100011110111110111101101110011110100010110000101111111110111110111101101010100100001001000110 | e99c91efbdb9e8b0bfefbdaa4246 |
UHC | 霑?谿?BF | 1110111111000101001111111100110110101100001111110100001001000110 | efc53fcdac3f4246 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)