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 | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
| SJIS-WIN | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
| EUC-JP | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
| UTF-8 | 降⑵뻗降꿱나^ | 11101111101010001000100111100010100100011011010111101011101110111001011111101111101010001000100111101010101111111011000111101011100000101001100001011110 | efa889e291b5ebbb97efa889eabfb1eb82985e |
| UHC | 降⑵뻗降꿱나^ | 11111010101000101010100111101000101110111011100011111010101000101011001011101000101100111010101001011110 | faa2a9e8bbb8faa2b2e8b3aa5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)