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 | 亨??亨??^ | 100010111001110000111111001111111000101110011100001111110011111101011110 | 8b9c3f3f8b9c3f3f5e |
| EUC-JP | 亨??亨??^ | 101101011111110000111111001111111011010111111100001111110011111101011110 | b5fc3f3fb5fc3f3f5e |
| UTF-8 | 亨긷윿亨긷윿^ | 11100100101110101010100011101010101110001011011111101100100111001011111111100100101110101010100011101010101110001011011111101100100111001011111101011110 | e4baa8eab8b7ec9cbfe4baa8eab8b7ec9cbf5e |
| UHC | 亨긷윿亨긷윿^ | 11111010111110111011000111100101100111111011011111111010111110111011000111100101100111111011011101011110 | fafbb1e59fb7fafbb1e59fb75e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)