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 | îÀ²ïê½ | 1110111011000000100011101011001011101111111010101000111010111101 | eec08eb2efea8ebd |
SJIS-WIN | ???????? | 0011111100111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f3f |
EUC-JP | îÀ??ïê?? | 10001111101010111100001010001111101010101010001000111111001111111000111110101011110000011000111110101011101101000011111100111111 | 8fabc28faaa23f3f8fabc18fabb43f3f |
UTF-8 | îÀ²ïê½ | 11000011101011101100001110000000110000101000111011000010101100101100001110101111110000111010101011000010100011101100001010111101 | c3aec380c28ec2b2c3afc3aac28ec2bd |
UHC | ???²???½ | 00111111001111110011111110101001111101110011111100111111001111111010100011110110 | 3f3f3fa9f73f3f3fa8f6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)