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 | 10001111011110100011111100111111011011110100001001000110 | 8f7a3f3f6f4246 |
EUC-JP | 循??oBF | 10111101110110110011111100111111011011110100001001000110 | bddb3f3f6f4246 |
UTF-8 | 循쑣켣oBF | 111001011011111010101010111011001001000110100011111011001011110010100011011011110100001001000110 | e5beaaec91a3ecbca36f4246 |
UHC | 循쑣켣oBF | 111000101110000010011100110000101011000101011010011011110100001001000110 | e2e09cc2b15a6f4246 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)