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\ | 100111001000100100111111001111111000100110110011001111110111100101011100 | 9c893f3f89b33f795c |
EUC-JP | 怏??乙?y\ | 110101111110100100111111001111111011001010110101001111110111100101011100 | d7e93f3fb2b53f795c |
UTF-8 | 怏얘랩乙퐹y\ | 1110011010000000100011111110110010010110100110001110101110011110101010011110010010111001100110011110110110010000101110010111100101011100 | e6808fec9698eb9ea9e4b999ed90b9795c |
UHC | 怏얘랩乙퐹y\ | 111001001110100010111110111010101011011110100110111010111110000010111110010000100111100101011100 | e4e8beeab7a6ebe0be42795c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)