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 | 001111110011111100111111011011110100001001000110 | 3f3f3f6f4246 |
EUC-JP | ?薏?oBF | 0011111110001111110110011101111000111111011011110100001001000110 | 3f8fd9de3f6f4246 |
UTF-8 | 뤺薏젱oBF | 111010111010010010111010111010001001011010001111111011001010000010110001011011110100001001000110 | eba4bae8968feca0b16f4246 |
UHC | 뤺薏젱oBF | 100011111110100011101011111110111100000110101101011011110100001001000110 | 8fe8ebfbc1ad6f4246 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)