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 | ??{d | 00111111001111110111101101100100 | 3f3f7b64 |
SJIS-WIN | 型屍{d | 100011000101111010001110011100100111101101100100 | 8c5e8e727b64 |
EUC-JP | 型屍{d | 101101111011111110111011110100110111101101100100 | b7bfbbd37b64 |
UTF-8 | 型屍{d | 1110010110011110100010111110010110110001100011010111101101100100 | e59e8be5b18d7b64 |
UHC | 型屍{d | 111110101111111011100011101110110111101101100100 | fafee3bb7b64 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)