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 | ½¥Â½¥B | 100011101100001010111101101001011000111011000010101111011010010101000010 | 8ec2bda58ec2bda542 |
SJIS-WIN | ???¥???¥B | 0011111100111111001111111000000110001111001111110011111100111111100000011000111101000010 | 3f3f3f818f3f3f3f818f42 |
EUC-JP | ?Â???Â??B | 00111111100011111010101010100100001111110011111100111111100011111010101010100100001111110011111101000010 | 3f8faaa43f3f3f8faaa43f3f42 |
UTF-8 | ½¥Â½¥B | 1100001010001110110000111000001011000010101111011100001010100101110000101000111011000011100000101100001010111101110000101010010101000010 | c28ec382c2bdc2a5c28ec382c2bdc2a542 |
UHC | ??½???½?B | 0011111100111111101010001111011000111111001111110011111110101000111101100011111101000010 | 3f3fa8f63f3f3fa8f63f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)