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 | 踟ら・昜シ | 1110011011110111100000101110011110100101100111011110010010111100 | e6f782e7a59de4bc |
EUC-JP | 踟ら・昜シ | 11101100111110011010010011101001100011101010010111011010111001101000111010111100 | ecf9a4e98ea5dae68ebc |
UTF-8 | 踟ら・昜シ | 111010001011100010011111111000111000001010001001111011111011110110100101111001101001100010011100111011111011110110111100 | e8b89fe38289efbda5e6989cefbdbc |
UHC | ?ら??? | 001111111010101011101001001111110011111100111111 | 3faae93f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)