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 | 抑手?夾 | 10010111011111011000111011101000001111111001101011110001 | 977d8ee83f9af1 |
| EUC-JP | 抑手?夾 | 11001101110111101011110011101010001111111101010011110011 | cddebcea3fd4f3 |
| UTF-8 | 抑手떂夾 | 111001101000101010010001111001101000100110001011111010111001011010000010111001011010010010111110 | e68a91e6898beb9682e5a4be |
| UHC | 抑手떂夾 | 1110010111100100111000101010001010001011100110001111101011110001 | e5e4e2a28b98faf1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)