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 | ??????x | 00111111001111110011111100111111001111110011111101111000 | 3f3f3f3f3f3f78 |
SJIS-WIN | 鴨??悅λ?x | 10001010100110110011111100111111111110101011110110000011110010010011111101111000 | 8a9b3f3ffabd83c93f78 |
EUC-JP | 鴨???λ?x | 101100111111101100111111001111110011111110100110110010110011111101111000 | b3fb3f3f3fa6cb3f78 |
UTF-8 | 鴨뗫젶悅λ젻x | 111010011011010010101000111010111001011110101011111011001010000010110110111001101000001010000101110011101011101111101100101000001011101101111000 | e9b4a8eb97abeca0b6e68285cebbeca0bb78 |
UHC | 鴨뗫젶悅λ젻x | 11100100111001011000101111101011101000001010101011100110111011011010010111101011101000001010111001111000 | e4e58beba0aae6eda5eba0ae78 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)