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 | ????SB | 001111110011111100111111001111110101001101000010 | 3f3f3f3f5342 |
SJIS-WIN | 将、将舅SB | 100011111010101110100100100011111010101111100100011011100101001101000010 | 8faba48fabe46e5342 |
EUC-JP | 将、将舅SB | 10111110101011011000111010100100101111101010110111100111110011110101001101000010 | bead8ea4beade7cf5342 |
UTF-8 | 将、将舅SB | 1110010110110000100001101110111110111101101001001110010110110000100001101110100010001000100001010101001101000010 | e5b086efbda4e5b086e888855342 |
UHC | ???舅SB | 00111111001111110011111111001111110000000101001101000010 | 3f3f3fcfc05342 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)