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 | ??????B | 00111111001111110011111100111111001111110011111101000010 | 3f3f3f3f3f3f42 |
| SJIS-WIN | 笋蒻笋蒻B | 11111001111100001110001010100010111001001110100011111001111100001110001010100010111001001110100001000010 | f9f0e2a2e4e8f9f0e2a2e4e842 |
| EUC-JP | ?笋蒻?笋蒻B | 0011111111100100101001001110100011101010001111111110010010100100111010001110101001000010 | 3fe4a4e8ea3fe4a4e8ea42 |
| UTF-8 | 笋蒻笋蒻B | 11101110100111011000101111100111101011001000101111101000100100101011101111101110100111011000101111100111101011001000101111101000100100101011101101000010 | ee9d8be7ac8be892bbee9d8be7ac8be892bb42 |
| UHC | ??蒻??蒻B | 001111110011111111100101101101100011111100111111111001011011011001000010 | 3f3fe5b63f3fe5b642 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)