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 | 10011101100010100011111100111111011011110100001001000110 | 9d8a3f3f6f4246 |
EUC-JP | 搖??oBF | 11011001111010100011111100111111011011110100001001000110 | d9ea3f3f6f4246 |
UTF-8 | 搖삼쉐oBF | 111001101001000010010110111011001000001010111100111011001000100110010000011011110100001001000110 | e69096ec82bcec89906f4246 |
UHC | 搖삼쉐oBF | 111010001111010010111011111011111011110110100110011011110100001001000110 | e8f4bbefbda66f4246 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)