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 | ??????o | 00111111001111110011111100111111001111110011111101101111 | 3f3f3f3f3f3f6f |
SJIS-WIN | 窈??節??o | 111000100111011100111111001111111001000011011111001111110011111101101111 | e2773f3f90df3f3f6f |
EUC-JP | 窈??節??o | 111000111101100000111111001111111100000011100001001111110011111101101111 | e3d83f3fc0e13f3f6f |
UTF-8 | 窈뤷똿節쏙슬o | 11100111101010101000100011101011101001001011011111101011100110001011111111100111101011111000000011101100100011111001100111101100100010101010110001101111 | e7aa88eba4b7eb98bfe7af80ec8f99ec8aac6f |
UHC | 窈뤷똿節쏙슬o | 11101001101000011000111111100101100011001000010111101111101111011011110111101111101111011011110101101111 | e9a18fe58c85efbdbdefbdbd6f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)