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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 壹???壹 | 10011010111000110011111100111111001111111001101011100011 | 9ae33f3f3f9ae3 |
EUC-JP | 壹???壹 | 11010100111001010011111100111111001111111101010011100101 | d4e53f3f3fd4e5 |
UTF-8 | 壹렣欌렋壹 | 111001011010001110111001111010111010000010100011111001101010110010001100111010111010000010001011111001011010001110111001 | e5a3b9eba0a3e6ac8ceba08be5a3b9 |
UHC | 壹렣欌렋壹 | 11101100111011001000111010110100111011011110101110001110101000101110110011101100 | ecec8eb4edeb8ea2ecec |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)