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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
| EUC-JP | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
| UTF-8 | 琉쀧꽫礖뺢퀣 | 111011111010011110001100111011001000000010100111111010101011110110101011111001111010010010010110111010111011101010100010111011011000000010100011 | efa78cec80a7eabdabe7a496ebbaa2ed80a3 |
| UHC | 琉쀧꽫礖뺢퀣 | 111010111010010010010111111001111000010010110110111001101010011010010101111010101011001110010111 | eba497e784b6e6a695eab397 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)