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 | ?? | 0011111100111111 | 3f3f |
SJIS-WIN | 羲炎 | 11100011101110101000100110001010 | e3ba898a |
EUC-JP | 羲炎 | 11100110101111001011000111101010 | e6bcb1ea |
UTF-8 | 羲炎 | 111001111011111010110010111001111000001010001110 | e7beb2e7828e |
UHC | 羲炎 | 11111101111111011110011011111010 | fdfde6fa |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)