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 | 螻菩蔓 | 111001011011000110010101111011001001011010100000 | e5b195ec96a0 |
EUC-JP | 螻菩蔓 | 111010101011001111001010111011101100110010100010 | eab3caeecca2 |
UTF-8 | 螻菩蔓 | 111010001001111010111011111010001000111110101001111010001001010010010011 | e89ebbe88fa9e89493 |
UHC | ?菩蔓 | 0011111111011100110011001101100011000000 | 3fdcccd8c0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)