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 | 驢、譎鈴浚 | 111010011000011010100100111001101001100110010111111010011001111110110010 | e986a4e69997e99fb2 |
EUC-JP | 驢、譎鈴浚 | 11110001111001101000111010100100111010111111100111001110111010111101111010110100 | f1e68ea4ebf9ceebdeb4 |
UTF-8 | 驢、譎鈴浚 | 111010011010100110100010111011111011110110100100111010001010110110001110111010011000100010110100111001101011010110011010 | e9a9a2efbda4e8ad8ee988b4e6b59a |
UHC | 驢?譎鈴浚 | 110101011111000000111111111111011101001011010110110000101111000111011101 | d5f03ffdd2d6c2f1dd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)