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 | 巡?? | 10001111100001000011111100111111 | 8f843f3f |
EUC-JP | 巡?? | 10111101111001000011111100111111 | bde43f3f |
UTF-8 | 巡걨쀞 | 111001011011011110100001111010101011000110101000111011001000000010011110 | e5b7a1eab1a8ec809e |
UHC | 巡걨쀞 | 111000101101111010000001100100011001011111011110 | e2de819197de |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)