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 | ???幼?? | 00111111001111110011111110010111011000110011111100111111 | 3f3f3f97633f3f |
| EUC-JP | ???幼?? | 00111111001111110011111111001101110001000011111100111111 | 3f3f3fcdc43f3f |
| UTF-8 | 力놂퐘幼뗥래 | 111011111010011010001010111010111000011010000010111011011001000010011000111001011011100110111100111010111001011110100101111010111001111010011000 | efa68aeb8682ed9098e5b9bceb97a5eb9e98 |
| UHC | 力놂퐘幼뗥래 | 111001101011001110110011111011111011110110000010111010101110101010001011111001011011011110100001 | e6b3b3efbd82eaea8be5b7a1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)