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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
| SJIS-WIN | ???汝?? | 00111111001111110011111110010011111100000011111100111111 | 3f3f3f93f03f3f |
| EUC-JP | ???汝?? | 00111111001111110011111111000110111100100011111100111111 | 3f3f3fc6f23f3f |
| UTF-8 | 樂띺뜈汝잓옖 | 111011111010011010111111111010111001110110111010111010111001110010001000111001101011000110011101111011001001111010010011111011001001100010010110 | efa6bfeb9dbaeb9c88e6b19dec9e93ec9896 |
| UHC | 樂띺뜈汝잓옖 | 111010001111100110001101111010011000110110001011111001101010001110011111111010011001111010011100 | e8f98de98d8be6a39fe99e9c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)