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 | 貅川ヰ | 111001101011101010010000111011001000001110010000 | e6ba90ec8390 |
EUC-JP | 貅川ヰ | 111011001011110011000000111011101010010111110000 | ecbcc0eea5f0 |
UTF-8 | 貅川ヰ | 111010001011001010000101111001011011011110011101111000111000001110110000 | e8b285e5b79de383b0 |
UHC | ?川ヰ | 0011111111110100101110011010101111110000 | 3ff4b9abf0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)