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 | 捨尞鴫 | 1111000010111111100011101100110011111010101010111000111010110000 | f0bf8eccfaab8eb0 |
| EUC-JP | ?捨尞鴫 | 0011111110111100110011101000111110111010111010111011110010110010 | 3fbcce8fbaebbcb2 |
| UTF-8 | 捨尞鴫 | 111011101000000110111110111001101000110110101000111001011011000010011110111010011011010010101011 | ee81bee68da8e5b09ee9b4ab |
| UHC | ?捨?? | 0011111111011110110101110011111100111111 | 3fded73f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)