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 | ???W | 00111111001111110011111101010111 | 3f3f3f57 |
SJIS-WIN | 飮??W | 1001111101011010001111110011111101010111 | 9f5a3f3f57 |
EUC-JP | 飮??W | 1101110110111011001111110011111101010111 | ddbb3f3f57 |
UTF-8 | 飮곗뎰W | 11101001101000111010111011101010101100111001011111101011100011101011000001010111 | e9a3aeeab397eb8eb057 |
UHC | 飮곗뎰W | 11101011111001101011000011101100100010011000001101010111 | ebe6b0ec898357 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)