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 | ?????~ | 001111110011111100111111001111110011111101111110 | 3f3f3f3f3f7e |
SJIS-WIN | ??怨峰舞~ | 001111110011111110001001100001011001010111110100100101011001000101111110 | 3f3f898595f495917e |
EUC-JP | ??怨峰舞~ | 001111110011111110110001111001011100101011110110110010011111000101111110 | 3f3fb1e5caf6c9f17e |
UTF-8 | 欌렪怨峰舞~ | 11100110101011001000110011101011101000001010101011100110100000001010100011100101101100111011000011101000100010001001111001111110 | e6ac8ceba0aae680a8e5b3b0e8889e7e |
UHC | 欌렪怨峰舞~ | 1110110111101011100011101011100011101010101100111101110011101000110110011111000101111110 | edeb8eb8eab3dce8d9f17e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)