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 | 絶??將?? | 1001000011100010001111110011111110011011100100100011111100111111 | 90e23f3f9b923f3f |
| EUC-JP | 絶??將?? | 1100000011100100001111110011111111010101111100100011111100111111 | c0e43f3fd5f23f3f |
| UTF-8 | 絶앾슉將당ㄶ | 111001111011010110110110111011001001010110111110111011001000101010001001111001011011000010000111111010111000101110111001111000111000010010110110 | e7b5b6ec95beec8a89e5b087eb8bb9e384b6 |
| UHC | 絶앾슉將당ㄶ | 111011111011111010011101111011111011110110110101111011011110001010110100111001111010010010100110 | efbe9defbdb5ede2b4e7a4a6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)