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 | ºËà | 100011101011101010001110110010111000111011000011 | 8eba8ecb8ec3 |
SJIS-WIN | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
EUC-JP | ?º?Ë?Ã | 001111111000111110100010111010110011111110001111101010101011001100111111100011111010101010101010 | 3f8fa2eb3f8faab33f8faaaa |
UTF-8 | ºËà | 110000101000111011000010101110101100001010001110110000111000101111000010100011101100001110000011 | c28ec2bac28ec38bc28ec383 |
UHC | ?º???? | 00111111101010001010110000111111001111110011111100111111 | 3fa8ac3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)