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 | ?E?EB | 0011111101000101001111110100010101000010 | 3f453f4542 |
SJIS-WIN | 設E設EB | 10010000110111010100010110010000110111010100010101000010 | 90dd4590dd4542 |
EUC-JP | 設E設EB | 11000000110111110100010111000000110111110100010101000010 | c0df45c0df4542 |
UTF-8 | 設E設EB | 111010001010100010101101010001011110100010101000101011010100010101000010 | e8a8ad45e8a8ad4542 |
UHC | 設E設EB | 11100000111000100100010111100000111000100100010101000010 | e0e245e0e24542 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)