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 | ?????TB | 00111111001111110011111100111111001111110101010001000010 | 3f3f3f3f3f5442 |
SJIS-WIN | 隹ソ谿諌塗TB | 1110100010110000101111111110011010101110100010101101000010010011011010000101010001000010 | e8b0bfe6ae8ad093685442 |
EUC-JP | 隹ソ谿諌塗TB | 111100001011001010001110101111111110110010110000101101001101001011000101110010010101010001000010 | f0b28ebfecb0b4d2c5c95442 |
UTF-8 | 隹ソ谿諌塗TB | 1110100110011010101110011110111110111101101111111110100010110000101111111110100010101011100011001110010110100001100101110101010001000010 | e99ab9efbdbfe8b0bfe8ab8ce5a1975442 |
UHC | ??谿?塗TB | 001111110011111111001101101011000011111111010011111100110101010001000010 | 3f3fcdac3fd3f35442 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)