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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 跋ー阡慕 | 11100110111010111011000011101000100101001001010111100111 | e6ebb0e89495e7 |
EUC-JP | 跋ー阡慕 | 1110110011101101100011101011000011101111111101001100101011101001 | eced8eb0eff4cae9 |
UTF-8 | 跋ー阡慕 | 111010001011011110001011111011111011110110110000111010011001100010100001111001101000010110010101 | e8b78befbdb0e998a1e68595 |
UHC | 跋?阡慕 | 11011011101000100011111111110100110001101101100110110111 | dba23ff4c6d9b7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)