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 | 蒐?? | 10001111010011100011111100111111 | 8f4e3f3f |
EUC-JP | 蒐?? | 10111101101011110011111100111111 | bdaf3f3f |
UTF-8 | 蒐굠둆 | 111010001001001010010000111010101011010110100000111010111001000110000110 | e89290eab5a0eb9186 |
UHC | 蒐굠둆 | 111000101011110110000010100010001000101001000010 | e2bd82888a42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)