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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 驍牙<蟠 | 1110100110000010100010011110010110000001100000111110010110110100 | e98289e58183e5b4 |
EUC-JP | 驍牙<蟠 | 1111000111100010101100101110011110100001111000111110101010110110 | f1e2b2e7a1e3eab6 |
UTF-8 | 驍牙<蟠 | 111010011010100110001101111001111000100110011001111011111011110010011100111010001001111110100000 | e9a98de78999efbc9ce89fa0 |
UHC | 驍牙<蟠 | 1111110110100100111001001011001110100011101111001101101011110110 | fda4e4b3a3bcdaf6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)