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 | 莊?瞥 | 1110010010110101001111111001010111001011 | e4b53f95cb |
EUC-JP | 莊?瞥 | 1110100010110111001111111100101011001101 | e8b73fcacd |
UTF-8 | 莊쯩瞥 | 111010001000111010001010111011001010111110101001111001111001111010100101 | e88e8aecafa9e79ea5 |
UHC | 莊쯩瞥 | 111011011111011011000010111011011101110010101101 | edf6c2eddcad |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)