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 | ??m | 001111110011111101101101 | 3f3f6d |
SJIS-WIN | 俗壽m | 1001000110101101100110101110011001101101 | 91ad9ae66d |
EUC-JP | 俗壽m | 1100001010101111110101001110100001101101 | c2afd4e86d |
UTF-8 | 俗壽m | 11100100101111111001011111100101101000111011110101101101 | e4bf97e5a3bd6d |
UHC | 俗壽m | 1110000111010100111000011111100001101101 | e1d4e1f86d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)