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 | ?貭鑅ー | 001111111110011011000010111110111110011010110000 | 3fe6c2fbe6b0 |
EUC-JP | 澰貭鑅ー | 10001111110010001111011111101100110001001000111111100101111010101000111010110000 | 8fc8f7ecc48fe5ea8eb0 |
UTF-8 | 澰貭鑅ー | 111001101011111010110000111010001011001010101101111010011001000110000101111011111011110110110000 | e6beb0e8b2ade99185efbdb0 |
UHC | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)