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 | 001111110011111100111111001111110011111101000010 | 3f3f3f3f3f42 |
| SJIS-WIN | ??桀??B | 00111111001111111001111001111011001111110011111101000010 | 3f3f9e7b3f3f42 |
| EUC-JP | ??桀??B | 00111111001111111101101111011100001111110011111101000010 | 3f3fdbdc3f3f42 |
| UTF-8 | 룶깻桀풋▩B | 11101011101000111011011011101010101110011011101111100110101000011000000011101101100100101000101111100010100101101010100101000010 | eba3b6eab9bbe6a180ed928be296a942 |
| UHC | 룶깻桀풋▩B | 1000111110101011101100101010001011001011111110101100011110110010101000101100110001000010 | 8fabb2a2cbfac7b2a2cc42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)