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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 巐畷讎誤 | 1111101010110110100100111110101111100110101001101000110011101011 | fab693ebe6a68ceb |
EUC-JP | 巐畷讎誤 | 100011111011101111111001110001101110110111101100101010001011100011101101 | 8fbbf9c6edeca8b8ed |
UTF-8 | 巐畷讎誤 | 111001011011011110010000111001111001010110110111111010001010111010001110111010001010101010100100 | e5b790e795b7e8ae8ee8aaa4 |
UHC | ???誤 | 0011111100111111001111111110100010100110 | 3f3f3fe8a6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)