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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
| SJIS-WIN | ?箇疆? | 001111111000100111010011111000010110010000111111 | 3f89d3e1643f |
| EUC-JP | ?箇疆? | 001111111011001011010101111000011100010100111111 | 3fb2d5e1c53f |
| UTF-8 | 뤐箇疆㎩ | 111010111010010010010000111001111010111010000111111001111001011010000110111000111000111010101001 | eba490e7ae87e79686e38ea9 |
| UHC | 뤐箇疆㎩ | 1000111111000000110010111100110111001011101100101010011111100101 | 8fc0cbcdcbb2a7e5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)