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 | ??Y??bnoBF | 00111111001111110101100100111111001111110110001001101110011011110100001001000110 | 3f3f593f3f626e6f4246 |
SJIS-WIN | 鉐「Y鉐「bnoBF | 111001111110111110100010010110011110011111101111101000100110001001101110011011110100001001000110 | e7efa259e7efa2626e6f4246 |
EUC-JP | 鉐「Y鉐「bnoBF | 1110111011110001100011101010001001011001111011101111000110001110101000100110001001101110011011110100001001000110 | eef18ea259eef18ea2626e6f4246 |
UTF-8 | 鉐「Y鉐「bnoBF | 111010011000100110010000111011111011110110100010010110011110100110001001100100001110111110111101101000100110001001101110011011110100001001000110 | e98990efbda259e98990efbda2626e6f4246 |
UHC | ??Y??bnoBF | 00111111001111110101100100111111001111110110001001101110011011110100001001000110 | 3f3f593f3f626e6f4246 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)