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 | 0011111100111111001111110101001101000010 | 3f3f3f5342 |
SJIS-WIN | 鱈脱造SB | 1001001001001100100100100100010110010001101000100101001101000010 | 924c924591a25342 |
EUC-JP | 鱈脱造SB | 1100001110101101110000111010011011000010101001000101001101000010 | c3adc3a6c2a45342 |
UTF-8 | 鱈脱造SB | 1110100110110001100010001110100010000100101100011110100110000000101000000101001101000010 | e9b188e884b1e980a05342 |
UHC | ??造SB | 001111110011111111110000111000110101001101000010 | 3f3ff0e35342 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)