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 | ½¥z½¥zB | 1000111010111101100011101010010101111010100011101011110110001110101001010111101001000010 | 8ebd8ea57a8ebd8ea57a42 |
SJIS-WIN | ???¥z???¥zB | 00111111001111110011111110000001100011110111101000111111001111110011111110000001100011110111101001000010 | 3f3f3f818f7a3f3f3f818f7a42 |
EUC-JP | ????z????zB | 0011111100111111001111110011111101111010001111110011111100111111001111110111101001000010 | 3f3f3f3f7a3f3f3f3f7a42 |
UTF-8 | ½¥z½¥zB | 11000010100011101100001010111101110000101000111011000010101001010111101011000010100011101100001010111101110000101000111011000010101001010111101001000010 | c28ec2bdc28ec2a57ac28ec2bdc28ec2a57a42 |
UHC | ?½??z?½??zB | 00111111101010001111011000111111001111110111101000111111101010001111011000111111001111110111101001000010 | 3fa8f63f3f7a3fa8f63f3f7a42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)