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 | ?????y\ | 00111111001111110011111100111111001111110111100101011100 | 3f3f3f3f3f795c |
SJIS-WIN | 鋺壻ク樒y\ | 1110011111111010100110101110010010111000100111101110011111111001101001000111100101011100 | e7fa9ae4b89ee7f9a4795c |
EUC-JP | 鋺壻ク樒?y\ | 1110111011111100110101001110011010001110101110001101110011101001001111110111100101011100 | eefcd4e68eb8dce93f795c |
UTF-8 | 鋺壻ク樒y\ | 1110100110001011101110101110010110100011101110111110111110111101101110001110011010101000100100101110111010011011101111110111100101011100 | e98bbae5a3bbefbdb8e6a892ee9bbf795c |
UHC | ?壻???y\ | 0011111111011111111010110011111100111111001111110111100101011100 | 3fdfeb3f3f3f795c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)