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 | 貍幣眤 | 111001101011110010010101101111001110000111000000 | e6bc95bce1c0 |
EUC-JP | 貍幣眤 | 111011001011111011001010101111101110001011000010 | ecbecabee2c2 |
UTF-8 | 貍幣眤 | 111010001011001010001101111001011011100110100011111001111001110010100100 | e8b28de5b9a3e79ca4 |
UHC | ?幣? | 00111111111110001100011100111111 | 3ff8c73f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)