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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
| SJIS-WIN | ’?戍?モ | 1000000101100110001111111001110011111001001111111000001110000010 | 81663f9cf93f8382 |
| EUC-JP | ’?戍?モ | 1010000111000111001111111101100011111011001111111010010111100010 | a1c73fd8fb3fa5e2 |
| UTF-8 | ’룶戍캀モ | 111000101000000010011001111010111010001110110110111001101000100010001101111011001011101010000000111000111000001110100010 | e28099eba3b6e6888decba80e383a2 |
| UHC | ’룶戍캀モ | 10100001101011111000111110101011111000101010000110101111100011111010101111100010 | a1af8fabe2a1af8fabe2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)