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 | 滸貂 | 10011111111101011110011010111000 | 9ff5e6b8 |
EUC-JP | 滸貂 | 11011110111101111110110010111010 | def7ecba |
UTF-8 | 滸貂 | 111001101011101110111000111010001011001010000010 | e6bbb8e8b282 |
UHC | 滸貂 | 11111011110010101111010110110000 | fbcaf5b0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)