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 | ??· | 001111110011111110110111 | 3f3fb7 |
SJIS-WIN | 節?? | 10010000110111110011111100111111 | 90df3f3f |
EUC-JP | 節?? | 11000000111000010011111100111111 | c0e13f3f |
UTF-8 | 節븀· | 1110011110101111100000001110101110111000100000001100001010110111 | e7af80ebb880c2b7 |
UHC | 節븀· | 111011111011110110111010111001111010000110100100 | efbdbae7a1a4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)