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 | ??] | 001111110011111101011101 | 3f3f5d |
SJIS-WIN | 鼎機] | 1001001101000011100010110100000001011101 | 93438b405d |
EUC-JP | 鼎機] | 1100010110100100101101011010000101011101 | c5a4b5a15d |
UTF-8 | 鼎機] | 11101001101111001000111011100110101010011001111101011101 | e9bc8ee6a99f5d |
UHC | 鼎機] | 1111000010100011110100011010011001011101 | f0a3d1a65d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)