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 | ??_ | 001111110011111101011111 | 3f3f5f |
SJIS-WIN | 偲蒔_ | 1000111011000011100011101010101001011111 | 8ec38eaa5f |
EUC-JP | 偲蒔_ | 1011110011000101101111001010110001011111 | bcc5bcac5f |
UTF-8 | 偲蒔_ | 11100101100000011011001011101000100100101001010001011111 | e581b2e892945f |
UHC | ?蒔_ | 00111111111000111100100001011111 | 3fe3c85f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)