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 | 00111111001111111001101111010000011011110100001001000110 | 3f3f9bd06f4246 |
EUC-JP | ??嶢oBF | 00111111001111111101011011010010011011110100001001000110 | 3f3fd6d26f4246 |
UTF-8 | 셸셴嶢oBF | 111011001000010110111000111011001000010110110100111001011011011010100010011011110100001001000110 | ec85b8ec85b4e5b6a26f4246 |
UHC | 셸셴嶢oBF | 101111001101000010111100110011111110100011110010011011110100001001000110 | bcd0bccfe8f26f4246 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)