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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
| SJIS-WIN | 濡??窈?? | 1001010001000111001111110011111111100010011101110011111100111111 | 94473f3fe2773f3f |
| EUC-JP | 濡??窈?? | 1100011110101000001111110011111111100011110110000011111100111111 | c7a83f3fe3d83f3f |
| UTF-8 | 濡뉖죿窈붾ㅎ | 111001101011111110100001111010111000100110010110111011001010001110111111111001111010101010001000111010111011011010111110111000111000010110001110 | e6bfa1eb8996eca3bfe7aa88ebb6bee3858e |
| UHC | 濡뉖죿窈붾ㅎ | 111010111010000110000111111010111010000110010111111010011010000110010100111010111010010010111110 | eba187eba197e9a194eba4be |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)