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 | 肄七霄・キ | 1110001111100101100011101011010111101000101110101010010110110111 | e3e58eb5e8baa5b7 |
EUC-JP | 肄七霄・キ | 11100110111001111011110010110111111100001011110010001110101001011000111010110111 | e6e7bcb7f0bc8ea58eb7 |
UTF-8 | 肄七霄・キ | 111010001000001010000100111001001011100010000011111010011001110010000100111011111011110110100101111011111011110110110111 | e88284e4b883e99c84efbda5efbdb7 |
UHC | 肄七??? | 11101100101111011111011011010010001111110011111100111111 | ecbdf6d23f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)