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 | 貅七遮 | 111001101011101010001110101101011000111011010101 | e6ba8eb58ed5 |
EUC-JP | 貅七遮 | 111011001011110010111100101101111011110011010111 | ecbcbcb7bcd7 |
UTF-8 | 貅七遮 | 111010001011001010000101111001001011100010000011111010011000000110101110 | e8b285e4b883e981ae |
UHC | ?七遮 | 0011111111110110110100101111001110110100 | 3ff6d2f3b4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)