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 | 蕭私坤鐔 | 1110010101001010100011101000010010001101101000111110100001011100 | e54a8e848da3e85c |
EUC-JP | 蕭私坤鐔 | 1110100110101011101110111110010010111010101001011110111110111101 | e9abbbe4baa5efbd |
UTF-8 | 蕭私坤鐔 | 111010001001010110101101111001111010011110000001111001011001110110100100111010011001000010010100 | e895ade7a781e59da4e99094 |
UHC | 蕭私坤? | 11100001110010111101111011100111110011011101111000111111 | e1cbdee7cdde3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)