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 | ????x | 0011111100111111001111110011111101111000 | 3f3f3f3f78 |
SJIS-WIN | 巐珠イィx | 11111010101101101000111011101100101100101010100001111000 | fab68eecb2a878 |
EUC-JP | 巐珠イィx | 10001111101110111111100110111100111011101000111010110010100011101010100001111000 | 8fbbf9bcee8eb28ea878 |
UTF-8 | 巐珠イィx | 11100101101101111001000011100111100011111010000011101111101111011011001011101111101111011010100001111000 | e5b790e78fa0efbdb2efbda878 |
UHC | ?珠??x | 001111111111000111000001001111110011111101111000 | 3ff1c13f3f78 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)