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 | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
SJIS-WIN | ?蓑??B | 001111111001011010101010001111110011111101000010 | 3f96aa3f3f42 |
EUC-JP | 邕蓑??B | 1000111111100001111011011100110010101100001111110011111101000010 | 8fe1edccac3f3f42 |
UTF-8 | 邕蓑렟렏B | 11101001100000101001010111101000100100111001000111101011101000001001111111101011101000001000111101000010 | e98295e89391eba09feba08f42 |
UHC | 邕蓑렟렏B | 111010001011101111011110111011101000111010110000100011101010010101000010 | e8bbdeee8eb08ea542 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)