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 | 閼磯桴 | 111010001000010010001000111010011001111010001111 | e88488e99e8f |
EUC-JP | 閼磯桴 | 111011111110010010110000111010111101101111101111 | efe4b0ebdbef |
UTF-8 | 閼磯桴 | 111010011001011010111100111001111010001110101111111001101010000110110100 | e996bce7a3afe6a1b4 |
UHC | 閼磯? | 1110010011011001110100011011010000111111 | e4d9d1b43f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)