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 | 蜊壱況岦 | 1110010110001101100010001110101110001011101101011111101010101100 | e58d88eb8bb5faac |
EUC-JP | 蜊壱況岦 | 111010011110110110110000111011011011011010110111100011111011101110110011 | e9edb0edb6b78fbbb3 |
UTF-8 | 蜊壱況岦 | 111010001001110010001010111001011010001110110001111001101011001110000001111001011011001010100110 | e89c8ae5a3b1e6b381e5b2a6 |
UHC | ??況? | 0011111100111111111111001100111100111111 | 3f3ffccf3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)