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 | ???T? | 0011111100111111001111110101010000111111 | 3f3f3f543f |
SJIS-WIN | 墺??T穩 | 10011010110100100011111100111111010101001110001001110010 | 9ad23f3f54e272 |
EUC-JP | 墺??T穩 | 11010100110101000011111100111111010101001110001111010011 | d4d43f3f54e3d3 |
UTF-8 | 墺쀯슛T穩 | 11100101101000101011101011101100100000001010111111101100100010101001101101010100111001111010100110101001 | e5a2baec80afec8a9b54e7a9a9 |
UHC | 墺쀯슛T穩 | 111001111111001010010111111011111011110110111000010101001110100010110001 | e7f297efbdb854e8b1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)