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 | 11100101100000001001111111100111101001001011101001000010 | e5809fe7a4ba42 |
EUC-JP | 蛟溽、コB | 111010011110000011011110111010011000111010100100100011101011101001000010 | e9e0dee98ea48eba42 |
UTF-8 | 蛟溽、コB | 11101000100110111001111111100110101110101011110111101111101111011010010011101111101111011011101001000010 | e89b9fe6babdefbda4efbdba42 |
UHC | 蛟???B | 110011101111000100111111001111110011111101000010 | cef13f3f3f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)