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 | 100110101011010111100101010101111001101010110101111001010101011101000010 | 9ab5e5579ab5e55742 |
EUC-JP | 垠藐垠藐B | 110101001011011111101001101110001101010010110111111010011011100001000010 | d4b7e9b8d4b7e9b842 |
UTF-8 | 垠藐垠藐B | 11100101100111101010000011101000100101111001000011100101100111101010000011101000100101111001000001000010 | e59ea0e89790e59ea0e8979042 |
UHC | 垠?垠?B | 11101011110110010011111111101011110110010011111101000010 | ebd93febd93f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)