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 | ????BF | 001111110011111100111111001111110100001001000110 | 3f3f3f3f4246 |
SJIS-WIN | ????BF | 001111110011111100111111001111110100001001000110 | 3f3f3f3f4246 |
EUC-JP | ????BF | 001111110011111100111111001111110100001001000110 | 3f3f3f3f4246 |
UTF-8 | 횑채횗짹BF | 1110110110011010100100011110110010110001100001001110110110011010100101111110110010100111101110010100001001000110 | ed9a91ecb184ed9a97eca7b94246 |
UHC | 횑채횗짹BF | 11000011100011001100001110100100110000111001000111000010101100010100001001000110 | c38cc3a4c391c2b14246 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)