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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 淲シ螟ア錏 | 1111101101000100101111001110010110100100101100011110011111111001 | fb44bce5a4b1e7f9 |
EUC-JP | ?シ螟ア錏 | 001111111000111010111100111010101010011010001110101100011110111011111011 | 3f8ebceaa68eb1eefb |
UTF-8 | 淲シ螟ア錏 | 111001101011011110110010111011111011110110111100111010001001111010011111111011111011110110110001111010011000110010001111 | e6b7b2efbdbce89e9fefbdb1e98c8f |
UHC | ??螟?? | 001111110011111111011001101011010011111100111111 | 3f3fd9ad3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)