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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 嬪%鑾 | 100110110110110010000001100100111110100001110101 | 9b6c8193e875 |
EUC-JP | 嬪%鑾 | 110101011100110110100001111100111110111111010110 | d5cda1f3efd6 |
UTF-8 | 嬪%鑾 | 111001011010110010101010111011111011110010000101111010011001000110111110 | e5acaaefbc85e991be |
UHC | 嬪%? | 1101111010101110101000111010010100111111 | deaea3a53f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)