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 | 逋ら・昜シ | 1110011110011001100000101110011110100101100111011110010010111100 | e79982e7a59de4bc |
EUC-JP | 逋ら・昜シ | 11101101111110011010010011101001100011101010010111011010111001101000111010111100 | edf9a4e98ea5dae68ebc |
UTF-8 | 逋ら・昜シ | 111010011000000010001011111000111000001010001001111011111011110110100101111001101001100010011100111011111011110110111100 | e9808be38289efbda5e6989cefbdbc |
UHC | 逋ら??? | 11111000111001111010101011101001001111110011111100111111 | f8e7aae93f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)