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 | 凹ユ?予 | 10001001100110101000001110000110001111111001011101011100 | 899a83863f975c |
EUC-JP | 凹ユ?予 | 10110001111110101010010111100110001111111100110110111101 | b1faa5e63fcdbd |
UTF-8 | 凹ユ쪛予 | 111001011000011110111001111000111000001110100110111011001010101010011011111001001011101010001000 | e587b9e383a6ecaa9be4ba88 |
UHC | 凹ユ쪛予 | 1110100011101010101010111110011010100101100101001110010111111000 | e8eaabe6a594e5f8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)