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 | 熱???? | 100101000100110100111111001111110011111100111111 | 944d3f3f3f3f |
EUC-JP | 熱??靷? | 1100011110101110001111110011111110001111111001111011110100111111 | c7ae3f3f8fe7bd3f |
UTF-8 | 熱듬떵靷쮐 | 111001111000011010110001111010111001001110101100111010111001011010110101111010011001110110110111111011001010111010010000 | e786b1eb93aceb96b5e99db7ecae90 |
UHC | 熱듬떵靷쮐 | 11100110111100001011010111101011101101101011101011101100111001101010100001101000 | e6f0b5ebb6baece6a868 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)