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 | 彫??私?? | 1001001010100100001111110011111110001110100001000011111100111111 | 92a43f3f8e843f3f |
| EUC-JP | 彫?邕私?? | 11000100101001100011111110001111111000011110110110111011111001000011111100111111 | c4a63f8fe1edbbe43f3f |
| UTF-8 | 彫렕邕私렜물 | 111001011011110110101011111010111010000010010101111010011000001010010101111001111010011110000001111010111010000010011100111010111010110010111100 | e5bdabeba095e98295e7a781eba09cebacbc |
| UHC | 彫렕邕私렜물 | 111100001100000110001110101010101110100010111011110111101110011110001110101011101011100110110000 | f0c18eaae8bbdee78eaeb9b0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)