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 | 10010111011010010011111100111111011011110100001001000110 | 97693f3f6f4246 |
EUC-JP | 擁??oBF | 11001101110010100011111100111111011011110100001001000110 | cdca3f3f6f4246 |
UTF-8 | 擁븝쉑oBF | 111001101001001110000001111010111011100010011101111011001000100110010001011011110100001001000110 | e69381ebb89dec89916f4246 |
UHC | 擁븝쉑oBF | 111010001011011010111010111011111011110110100111011011110100001001000110 | e8b6baefbda76f4246 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)