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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 褓耶ー・寬 | 1110010111101110100101101110101110110000101001011111101010101010 | e5ee96ebb0a5faaa |
EUC-JP | 褓耶ー・? | 111010101111000011001100111011011000111010110000100011101010010100111111 | eaf0cced8eb08ea53f |
UTF-8 | 褓耶ー・寬 | 111010001010010010010011111010001000000010110110111011111011110110110000111011111011110110100101111001011010111110101100 | e8a493e880b6efbdb0efbda5e5afac |
UHC | 褓耶??寬 | 1101110011001110111001011010110100111111001111111100111010110000 | dccee5ad3f3fceb0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)