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 | 豌磯宦豼 | 1110011010110000100010001110100110011011100000011110011010111111 | e6b088e99b81e6bf |
EUC-JP | 豌磯宦豼 | 1110110010110010101100001110101111010101111000011110110011000001 | ecb2b0ebd5e1ecc1 |
UTF-8 | 豌磯宦豼 | 111010001011000110001100111001111010001110101111111001011010111010100110111010001011000110111100 | e8b18ce7a3afe5aea6e8b1bc |
UHC | 豌磯宦? | 11101000110101011101000110110100111111001011001000111111 | e8d5d1b4fcb23f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)