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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 騾大ョソ騾 | 1110100110000000100100011110010110101110101111111110100110000000 | e98091e5aebfe980 |
EUC-JP | 騾大ョソ騾 | 11110001111000001100001011100111100011101010111010001110101111111111000111100000 | f1e0c2e78eae8ebff1e0 |
UTF-8 | 騾大ョソ騾 | 111010011010100010111110111001011010010010100111111011111011110110101110111011111011110110111111111010011010100010111110 | e9a8bee5a4a7efbdaeefbdbfe9a8be |
UHC | ?大??? | 001111111101001111011110001111110011111100111111 | 3fd3de3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)