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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 毅?? | 10001011010000100011111100111111 | 8b423f3f |
EUC-JP | 毅?? | 10110101101000110011111100111111 | b5a33f3f |
UTF-8 | 毅잌궟 | 111001101010111110000101111011001001111010001100111010101011011010011111 | e6af85ec9e8ceab69f |
UHC | 毅잌궟 | 111010111111011010011111111001011000001010110010 | ebf69fe582b2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)