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 | 鄂倅ク雁、 | 1110011110111101100110001110010010111000100010101110010110100100 | e7bd98e4b88ae5a4 |
EUC-JP | 鄂倅ク雁、 | 11101110101111111101000011100110100011101011100010110100111001111000111010100100 | eebfd0e68eb8b4e78ea4 |
UTF-8 | 鄂倅ク雁、 | 111010011000010010000010111001011000000010000101111011111011110110111000111010011001101110000001111011111011110110100100 | e98482e58085efbdb8e99b81efbda4 |
UHC | 鄂??雁? | 11100100110001110011111100111111111001001101001000111111 | e4c73f3fe4d23f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)