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 | 悟??二?? | 1000110011100101001111110011111110010011111100010011111100111111 | 8ce53f3f93f13f3f |
| EUC-JP | 悟??二?? | 1011100011100111001111110011111111000110111100110011111100111111 | b8e73f3fc6f33f3f |
| UTF-8 | 悟딅봻二배뎲 | 111001101000001010011111111010111001010010000101111010111011010010111011111001001011101010001100111010111011000010110000111010111000111010110010 | e6829feb9485ebb4bbe4ba8cebb0b0eb8eb2 |
| UHC | 悟딅봻二배뎲 | 111001111111011010001010111010111001010010000010111011001010001110111001111010001000100110000101 | e7f68aeb9482eca3b9e88985 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)