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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 豌磯宦豼、陬 | 1110011010110000100010001110100110011011100000011110011010111111101001001110100010100011 | e6b088e99b81e6bfa4e8a3 |
EUC-JP | 豌磯宦豼、陬 | 111011001011001010110000111010111101010111100001111011001100000110001110101001001111000010100101 | ecb2b0ebd5e1ecc18ea4f0a5 |
UTF-8 | 豌磯宦豼、陬 | 111010001011000110001100111001111010001110101111111001011010111010100110111010001011000110111100111011111011110110100100111010011001100110101100 | e8b18ce7a3afe5aea6e8b1bcefbda4e999ac |
UHC | 豌磯宦??? | 111010001101010111010001101101001111110010110010001111110011111100111111 | e8d5d1b4fcb23f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)