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 | 掌?? | 10001111101101100011111100111111 | 8fb63f3f |
EUC-JP | 掌?? | 10111110101110000011111100111111 | beb83f3f |
UTF-8 | 掌녔꼇 | 111001101000111010001100111010111000010110010100111010101011110010000111 | e68e8ceb8594eabc87 |
UHC | 掌녔꼇 | 111011011110011010110011111001101011001010111011 | ede6b3e6b2bb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)