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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 橡先橡 | 100100111100100110010000111001101001001111001001 | 93c990e693c9 |
EUC-JP | 橡先橡 | 110001101100101111000000111010001100011011001011 | c6cbc0e8c6cb |
UTF-8 | 橡先橡 | 111001101010100110100001111001011000010110001000111001101010100110100001 | e6a9a1e58588e6a9a1 |
UHC | 橡先橡 | 110111111100111011100000101110111101111111001110 | dfcee0bbdfce |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)