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 | 遑晁∩渧 | 1110011110100001100111011110100010000001101111111111101101001000 | e7a19de881bffb48 |
EUC-JP | 遑晁∩渧 | 111011101010001111011010111010101010001011000001100011111100011111101011 | eea3daeaa2c18fc7eb |
UTF-8 | 遑晁∩渧 | 111010011000000110010001111001101001100110000001111000101000100010101001111001101011100010100111 | e98191e69981e288a9e6b8a7 |
UHC | 遑晁∩? | 11111100110110101111000011000101101000011111101100111111 | fcdaf0c5a1fb3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)