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 | 壌・篠 | 10001111111010111010010110001110110000101111010010100100 | 8feba58ec2f4a4 |
EUC-JP | 壌・篠? | 10111110111011011000111010100101101111001100010000111111 | beed8ea5bcc43f |
UTF-8 | 壌・篠 | 111001011010001110001100111011111011110110100101111001111010111110100000111011101000110110010011 | e5a38cefbda5e7afa0ee8d93 |
UHC | ??篠? | 0011111100111111111000011100011000111111 | 3f3fe1c63f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)