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 | 貍罷、 | 1110011010111100100101001110101110100100 | e6bc94eba4 |
EUC-JP | 貍罷、 | 111011001011111011001000111011011000111010100100 | ecbec8ed8ea4 |
UTF-8 | 貍罷、 | 111010001011001010001101111001111011110110110111111011111011110110100100 | e8b28de7bdb7efbda4 |
UHC | ?罷? | 00111111111101111111001100111111 | 3ff7f33f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)