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 | ??h? | 00111111001111110110100000111111 | 3f3f683f |
SJIS-WIN | 紆橈h紆 | 11100010111111001001111011110100011010001110001011111100 | e2fc9ef468e2fc |
EUC-JP | 紆橈h紆 | 11100100111111101101110011110110011010001110010011111110 | e4fedcf668e4fe |
UTF-8 | 紆橈h紆 | 11100111101101001000011011100110101010011000100001101000111001111011010010000110 | e7b486e6a98868e7b486 |
UHC | 紆橈h紆 | 11101001111000011110100011111010011010001110100111100001 | e9e1e8fa68e9e1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)