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 | ????B | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
SJIS-WIN | 奄?奄?B | 10001001100000100011111110001001100000100011111101000010 | 89823f89823f42 |
EUC-JP | 奄?奄?B | 10110001111000100011111110110001111000100011111101000010 | b1e23fb1e23f42 |
UTF-8 | 奄턾奄턾B | 11100101101001011000010011101101100001001011111011100101101001011000010011101101100001001011111001000010 | e5a584ed84bee5a584ed84be42 |
UHC | 奄턾奄턾B | 111001011111001010110110011110101110010111110010101101100111101001000010 | e5f2b67ae5f2b67a42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)