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 | ?? | 0011111100111111 | 3f3f |
SJIS-WIN | 濔邏 | 11100000010111011110011110110100 | e05de7b4 |
EUC-JP | 濔邏 | 11011111101111101110111010110110 | dfbeeeb6 |
UTF-8 | 濔邏 | 111001101011111110010100111010011000001010001111 | e6bf94e9828f |
UHC | ?邏 | 001111111101010110100100 | 3fd5a4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)