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 | ?B] | 001111110100001001011101 | 3f425d |
SJIS-WIN | 紆B] | 11100010111111000100001001011101 | e2fc425d |
EUC-JP | 紆B] | 11100100111111100100001001011101 | e4fe425d |
UTF-8 | 紆B] | 1110011110110100100001100100001001011101 | e7b486425d |
UHC | 紆B] | 11101001111000010100001001011101 | e9e1425d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)