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 | ??D???? | 00111111001111110100010000111111001111110011111100111111 | 3f3f443f3f3f3f |
SJIS-WIN | ??D???? | 00111111001111110100010000111111001111110011111100111111 | 3f3f443f3f3f3f |
EUC-JP | ??D???? | 00111111001111110100010000111111001111110011111100111111 | 3f3f443f3f3f3f |
UTF-8 | 횙짰D횖챙횙짯 | 11101101100110101001100111101100101001111011000001000100111011011001101010010110111011001011000110011001111011011001101010011001111011001010011110101111 | ed9a99eca7b044ed9a96ecb199ed9a99eca7af |
UHC | 횙짰D횖챙횙짯 | 11000011100100111100001010101110010001001100001110010000110000111010110011000011100100111100001010101101 | c393c2ae44c390c3acc393c2ad |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)