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 | ???椅?? | 00111111001111110011111110001000110101100011111100111111 | 3f3f3f88d63f3f |
| EUC-JP | ???椅?? | 00111111001111110011111110110000110110000011111100111111 | 3f3f3fb0d83f3f |
| UTF-8 | 力놂퐦椅좂솻 | 111011111010011010001010111010111000011010000010111011011001000010100110111001101010010010000101111011001010001010000010111011001000011010111011 | efa68aeb8682ed90a6e6a485eca282ec86bb |
| UHC | 力놂퐦椅좂솻 | 111001101011001110110011111011111011110110001111111010111111010110100000111001111001100110110000 | e6b3b3efbd8febf5a0e799b0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)