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 | ユ晙。 | 11010101111110101101011110100001 | d5fad7a1 |
EUC-JP | ユ晙。 | 10001110110101011000111111000010101110101000111010100001 | 8ed58fc2ba8ea1 |
UTF-8 | ユ晙。 | 111011111011111010010101111001101001100110011001111011111011110110100001 | efbe95e69999efbda1 |
UHC | ?晙? | 00111111111100011101101100111111 | 3ff1db3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)