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 | 100011101011110110001110101100001000111010110011100011101010011001000010 | 8ebd8eb08eb38ea642 |
SJIS-WIN | ???°????B | 00111111001111110011111110000001100010110011111100111111001111110011111101000010 | 3f3f3f818b3f3f3f3f42 |
EUC-JP | ???°???¦B | 001111110011111100111111101000011110101100111111001111110011111110001111101000101100001101000010 | 3f3f3fa1eb3f3f3f8fa2c342 |
UTF-8 | ½°³¦B | 1100001010001110110000101011110111000010100011101100001010110000110000101000111011000010101100111100001010001110110000101010011001000010 | c28ec2bdc28ec2b0c28ec2b3c28ec2a642 |
UHC | ?½?°?³??B | 001111111010100011110110001111111010000111000110001111111010100111111000001111110011111101000010 | 3fa8f63fa1c63fa9f83f3f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)