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 | 險幄抄B | 11101000101010001001101111101000100011111011010001000010 | e8a89be88fb442 |
EUC-JP | 險幄抄B | 11110000101010101101011011101010101111101011011001000010 | f0aad6eabeb642 |
UTF-8 | 險幄抄B | 11101001100110101010101011100101101110011000010011100110100010101000010001000010 | e99aaae5b984e68a8442 |
UHC | 險幄抄B | 11111010110011111110010011000001111101001111110001000010 | facfe4c1f4fc42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)