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 | 11101100100111101001110011101100100011101011101001000010 | ec9e9cec8eba42 |
SJIS-WIN | ??????B | 00111111001111110011111100111111001111110011111101000010 | 3f3f3f3f3f3f42 |
EUC-JP | ì??ì?ºB | 10001111101010111100000000111111001111111000111110101011110000000011111110001111101000101110101101000010 | 8fabc03f3f8fabc03f8fa2eb42 |
UTF-8 | ììºB | 11000011101011001100001010011110110000101001110011000011101011001100001010001110110000101011101001000010 | c3acc29ec29cc3acc28ec2ba42 |
UHC | ?????ºB | 0011111100111111001111110011111100111111101010001010110001000010 | 3f3f3f3f3fa8ac42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)