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 | 毅??? | 1000101101000010001111110011111100111111 | 8b423f3f3f |
EUC-JP | 毅??? | 1011010110100011001111110011111100111111 | b5a33f3f3f |
UTF-8 | 毅잕괭戮 | 111001101010111110000101111011001001111010010101111010101011010010101101111011111010011110010010 | e6af85ec9e95eab4adefa792 |
UHC | 毅잕괭戮 | 1110101111110110100111111110101010110001101010101110101110111101 | ebf69feab1aaebbd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)