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 | 隘樣亂籬 | 1110100010100101100111101110100110011000101010101110001011011111 | e8a59ee998aae2df |
| EUC-JP | 隘樣亂籬 | 1111000010100111110111001110101111010000101011001110010011100001 | f0a7dcebd0ace4e1 |
| UTF-8 | 隘樣亂籬 | 111010011001101010011000111001101010100010100011111001001011101010000010111001111011000110101100 | e99a98e6a8a3e4ba82e7b1ac |
| UHC | 隘樣亂籬 | 1110010011110110111001011100011011010101101011111101011111100110 | e4f6e5c6d5afd7e6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)