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 | 貅川蕪 | 111001101011101010010000111011001001010110010011 | e6ba90ec9593 |
EUC-JP | 貅川蕪 | 111011001011110011000000111011101100100111110011 | ecbcc0eec9f3 |
UTF-8 | 貅川蕪 | 111010001011001010000101111001011011011110011101111010001001010110101010 | e8b285e5b79de895aa |
UHC | ?川蕪 | 0011111111110100101110011101100111110011 | 3ff4b9d9f3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)