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 | 癬?踊 | 1110000110011101001111111001011101111000 | e19d3f9778 |
EUC-JP | 癬?踊 | 1110000111111101001111111100110111011001 | e1fd3fcdd9 |
UTF-8 | 癬掠踊 | 111001111001100110101100111011111010010110110101111010001011100010001010 | e799acefa5b5e8b88a |
UHC | 癬掠踊 | 111000001100100011100101101100011110100111001001 | e0c8e5b1e9c9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)