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 | 阡溷、ャ阨 | 1110100010010100100111111110010110100100101011001110100010010101 | e8949fe5a4ace895 |
EUC-JP | 阡溷、ャ阨 | 11101111111101001101111011100111100011101010010010001110101011001110111111110101 | eff4dee78ea48eaceff5 |
UTF-8 | 阡溷、ャ阨 | 111010011001100010100001111001101011101010110111111011111011110110100100111011111011110110101100111010011001100010101000 | e998a1e6bab7efbda4efbdace998a8 |
UHC | 阡???? | 111101001100011000111111001111110011111100111111 | f4c63f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)