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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 癬?腥癬 | 11100001100111010011111111100100010010001110000110011101 | e19d3fe448e19d |
EUC-JP | 癬?腥癬 | 11100001111111010011111111100111101010011110000111111101 | e1fd3fe7a9e1fd |
UTF-8 | 癬뼂腥癬 | 111001111001100110101100111010111011110010000010111010001000010110100101111001111001100110101100 | e799acebbc82e885a5e799ac |
UHC | 癬뼂腥癬 | 1110000011001000100101101000110011100001101000111110000011001000 | e0c8968ce1a3e0c8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)