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 | 佯?〕 | 1001100011010001001111111000000101101100 | 98d13f816c |
EUC-JP | 佯?〕 | 1101000011010011001111111010000111001101 | d0d33fa1cd |
UTF-8 | 佯몃〕 | 111001001011110110101111111010111010101010000011111000111000000010010101 | e4bdafebaa83e38095 |
UHC | 佯몃〕 | 111001011011101010111000111010111010000110110011 | e5bab8eba1b3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)