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 | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-WIN | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
EUC-JP | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
UTF-8 | 쉣令굢쉣令굢^ | 11101100100010011010001111101111101001101010100011101010101101011010001011101100100010011010001111101111101001101010100011101010101101011010001001011110 | ec89a3efa6a8eab5a2ec89a3efa6a8eab5a25e |
UHC | 쉣令굢쉣令굢^ | 10011010011110001110011110101001100000101000100110011010011110001110011110101001100000101000100101011110 | 9a78e7a982899a78e7a982895e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)