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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 逋廷「喜ー | 1110011110011001100100101110110010100010100010101110110010110000 | e79992eca28aecb0 |
EUC-JP | 逋廷「喜ー | 11101101111110011100010011101110100011101010001010110100111011101000111010110000 | edf9c4ee8ea2b4ee8eb0 |
UTF-8 | 逋廷「喜ー | 111010011000000010001011111001011011101110110111111011111011110110100010111001011001011010011100111011111011110110110000 | e9808be5bbb7efbda2e5969cefbdb0 |
UHC | 逋廷?喜? | 1111100011100111111011111101010100111111111111011110110000111111 | f8e7efd53ffdec3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)