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 | 1001101101101000100011111101011110011011011010000011111101000010 | 9b688fd79b683f42 |
EUC-JP | 嬋訟嬋?B | 1101010111001001101111101101100111010101110010010011111101000010 | d5c9bed9d5c93f42 |
UTF-8 | 嬋訟嬋蟬B | 11100101101011001000101111101000101010001001111111100101101011001000101111101000100111111010110001000010 | e5ac8be8a89fe5ac8be89fac42 |
UHC | 嬋訟嬋蟬B | 111000001011110111100001111010001110000010111101111000001101000101000010 | e0bde1e8e0bde0d142 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)