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 | 00111111001111110011111100111111011011110100001001000110 | 3f3f3f3f6f4246 |
SJIS-WIN | ???筌oBF | 0011111100111111001111111110001010100011011011110100001001000110 | 3f3f3fe2a36f4246 |
EUC-JP | ???筌oBF | 0011111100111111001111111110010010100101011011110100001001000110 | 3f3f3fe4a56f4246 |
UTF-8 | 룶웡룫筌oBF | 111010111010001110110110111011001001101110100001111010111010001110101011111001111010110110001100011011110100001001000110 | eba3b6ec9ba1eba3abe7ad8c6f4246 |
UHC | 룶웡룫筌oBF | 1000111110101011101111111111110110001111101000101110111110100111011011110100001001000110 | 8fabbffd8fa2efa76f4246 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)