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 | ??g? | 00111111001111110110011100111111 | 3f3f673f |
SJIS-WIN | 郁?g幸 | 100010001110100000111111011001111000110101001011 | 88e83f678d4b |
EUC-JP | 郁?g幸 | 101100001110101000111111011001111011100110101100 | b0ea3f67b9ac |
UTF-8 | 郁렪g幸 | 11101001100000111000000111101011101000001010101001100111111001011011100110111000 | e98381eba0aa67e5b9b8 |
UHC | 郁렪g幸 | 11101001111101001000111010111000011001111111101010111001 | e9f48eb867fab9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)