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 | 遭勘櫂 | 100100011001100010001010101010001001111101000100 | 91988aa89f44 |
EUC-JP | 遭勘櫂 | 110000011111100010110100101010101101110110100101 | c1f8b4aadda5 |
UTF-8 | 遭勘櫂 | 111010011000000110101101111001011000101110011000111001101010101110000010 | e981ade58b98e6ab82 |
UHC | 遭勘櫂 | 111100001110010011001010111010111101010010100010 | f0e4caebd4a2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)