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 | 埃溪稈 | 100110101011101010011111111000101110001001100010 | 9aba9fe2e262 |
EUC-JP | 埃溪稈 | 110101001011110011011110111001001110001111000011 | d4bcdee4e3c3 |
UTF-8 | 埃溪稈 | 111001011001111110000011111001101011101010101010111001111010100010001000 | e59f83e6baaae7a888 |
UHC | 埃溪稈 | 111001001110111111001101101000101100101011011001 | e4efcda2cad9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)