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 | ïö¹ïç¥ | 1110111111110110100011101011100111101111111001111000111010100101 | eff68eb9efe78ea5 |
SJIS-WIN | ???????¥ | 001111110011111100111111001111110011111100111111001111111000000110001111 | 3f3f3f3f3f3f3f818f |
EUC-JP | ïö??ïç?? | 10001111101010111100000110001111101010111101001100111111001111111000111110101011110000011000111110101011101011100011111100111111 | 8fabc18fabd33f3f8fabc18fabae3f3f |
UTF-8 | ïö¹ïç¥ | 11000011101011111100001110110110110000101000111011000010101110011100001110101111110000111010011111000010100011101100001010100101 | c3afc3b6c28ec2b9c3afc3a7c28ec2a5 |
UHC | ???¹???? | 001111110011111100111111101010011111011000111111001111110011111100111111 | 3f3f3fa9f63f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)