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 | ??c? | 00111111001111110110001100111111 | 3f3f633f |
SJIS-WIN | 鈔アc雜 | 111001111110001010110001011000111110100010110110 | e7e2b163e8b6 |
EUC-JP | 鈔アc雜 | 11101110111001001000111010110001011000111111000010111000 | eee48eb163f0b8 |
UTF-8 | 鈔アc雜 | 11101001100010001001010011101111101111011011000101100011111010011001101110011100 | e98894efbdb163e99b9c |
UHC | ??c雜 | 0011111100111111011000111110110111011010 | 3f3f63edda |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)