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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 墺??要? | 10011010110100100011111100111111100101110111011000111111 | 9ad23f3f97763f |
EUC-JP | 墺??要? | 11010100110101000011111100111111110011011101011100111111 | d4d43f3fcdd73f |
UTF-8 | 墺쀯슛要ㅸ | 111001011010001010111010111011001000000010101111111011001000101010011011111010001010011010000001111000111000010110111000 | e5a2baec80afec8a9be8a681e385b8 |
UHC | 墺쀯슛要ㅸ | 11100111111100101001011111101111101111011011100011101001101010011010010011101000 | e7f297efbdb8e9a9a4e8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)