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 | 111001001010011110001001111000111000111101010110011011110100001001000110 | e4a789e38f566f4246 |
EUC-JP | 荅峨酬oBF | 111010001010100110110010111001011011110110110111011011110100001001000110 | e8a9b2e5bdb76f4246 |
UTF-8 | 荅峨酬oBF | 111010001000110110000101111001011011001110101000111010011000010110101100011011110100001001000110 | e88d85e5b3a8e985ac6f4246 |
UHC | ?峨酬oBF | 0011111111100100101100011110001011000110011011110100001001000110 | 3fe4b1e2c66f4246 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)