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 | ݰݰ^ | 100011101101110110001110101100001000111011011101100011101011000001011110 | 8edd8eb08edd8eb05e |
SJIS-WIN | ???°???°^ | 0011111100111111001111111000000110001011001111110011111100111111100000011000101101011110 | 3f3f3f818b3f3f3f818b5e |
EUC-JP | ?Ý?°?Ý?°^ | 001111111000111110101010111100100011111110100001111010110011111110001111101010101111001000111111101000011110101101011110 | 3f8faaf23fa1eb3f8faaf23fa1eb5e |
UTF-8 | ݰݰ^ | 1100001010001110110000111001110111000010100011101100001010110000110000101000111011000011100111011100001010001110110000101011000001011110 | c28ec39dc28ec2b0c28ec39dc28ec2b05e |
UHC | ???°???°^ | 0011111100111111001111111010000111000110001111110011111100111111101000011100011001011110 | 3f3f3fa1c63f3f3fa1c65e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)