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 | 占℡? | 1001000011101000100001111000010000111111 | 90e887843f |
EUC-JP | 占?? | 11000000111010100011111100111111 | c0ea3f3f |
UTF-8 | 占℡뙒 | 111001011000110110100000111000101000010010100001111010111001100110010010 | e58da0e284a1eb9992 |
UHC | 占℡뙒 | 111011111011111110100010111001011000110010010111 | efbfa2e58c97 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)