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 | °ÅÅÃ | 1000111010110000100011101100010110001110110001011000111011000011 | 8eb08ec58ec58ec3 |
SJIS-WIN | ?°?????? | 001111111000000110001011001111110011111100111111001111110011111100111111 | 3f818b3f3f3f3f3f3f |
EUC-JP | ?°?Å?Å?Ã | 001111111010000111101011001111111000111110101010101010010011111110001111101010101010100100111111100011111010101010101010 | 3fa1eb3f8faaa93f8faaa93f8faaaa |
UTF-8 | °ÅÅÃ | 11000010100011101100001010110000110000101000111011000011100001011100001010001110110000111000010111000010100011101100001110000011 | c28ec2b0c28ec385c28ec385c28ec383 |
UHC | ?°?????? | 001111111010000111000110001111110011111100111111001111110011111100111111 | 3fa1c63f3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)