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 | 潁h? | 1001111111110001100000101000100000111111 | 9ff182883f |
EUC-JP | 潁h? | 1101111011110011101000111110100000111111 | def3a3e83f |
UTF-8 | 潁h춠 | 111001101011110110000001111011111011110110001000111011001011011010100000 | e6bd81efbd88ecb6a0 |
UHC | 潁h춠 | 111001111011100010100011111010001010110110000001 | e7b8a3e8ad81 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)