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 | 00111111001111110011111101000010 | 3f3f3f42 |
SJIS-WIN | 錵l寝B | 11101000010001011000001010001100100100000101000101000010 | e845828c905142 |
EUC-JP | 錵l寝B | 11101111101001101010001111101100101111111011001001000010 | efa6a3ecbfb242 |
UTF-8 | 錵l寝B | 11101001100011001011010111101111101111011000110011100101101011111001110101000010 | e98cb5efbd8ce5af9d42 |
UHC | ?l?B | 0011111110100011111011000011111101000010 | 3fa3ec3f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)