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 | 醇? | 100011111000011000111111 | 8f863f |
EUC-JP | 醇濊 | 1011110111100110100011111100100011111110 | bde68fc8fe |
UTF-8 | 醇濊 | 111010011000011010000111111001101011111110001010 | e98687e6bf8a |
UHC | 醇濊 | 11100010111101011110011111011000 | e2f5e7d8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)