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 | ??莫 | 00111111001111111001010010011100 | 3f3f949c |
EUC-JP | ??莫 | 00111111001111111100011111111100 | 3f3fc7fc |
UTF-8 | 莫 | 11110000101101001000111010101101111011101011000110100010111010001000111010101011 | f0b48eadeeb1a2e88eab |
UHC | ??莫 | 00111111001111111101100010110000 | 3f3fd8b0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)