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 | ???oBF | 001111110011111100111111011011110100001001000110 | 3f3f3f6f4246 |
SJIS-WIN | 鐔緒宗oBF | 111010000101110010001111100011111000111101000000011011110100001001000110 | e85c8f8f8f406f4246 |
EUC-JP | 鐔緒宗oBF | 111011111011110110111101111011111011110110100001011011110100001001000110 | efbdbdefbda16f4246 |
UTF-8 | 鐔緒宗oBF | 111010011001000010010100111001111011011110010010111001011010111010010111011011110100001001000110 | e99094e7b792e5ae976f4246 |
UHC | ??宗oBF | 00111111001111111111000011110011011011110100001001000110 | 3f3ff0f36f4246 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)