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 | ???]\ | 0011111100111111001111110101110101011100 | 3f3f3f5d5c |
SJIS-WIN | 節??]\ | 100100001101111100111111001111110101110101011100 | 90df3f3f5d5c |
EUC-JP | 節??]\ | 110000001110000100111111001111110101110101011100 | c0e13f3f5d5c |
UTF-8 | 節놂풘]\ | 1110011110101111100000001110101110000110100000101110110110010010100110000101110101011100 | e7af80eb8682ed92985d5c |
UHC | 節놂풘]\ | 1110111110111101101100111110111110111110100110110101110101011100 | efbdb3efbe9b5d5c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)