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 | 逕菩盗 | 111001111001010010010101111011001001001110010000 | e79495ec9390 |
EUC-JP | 逕菩盗 | 111011011111010011001010111011101100010111110000 | edf4caeec5f0 |
UTF-8 | 逕菩盗 | 111010011000000010010101111010001000111110101001111001111001101110010111 | e98095e88fa9e79b97 |
UHC | 逕菩? | 1100110011101111110111001100110000111111 | ccefdccc3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)