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 | ????{d | 001111110011111100111111001111110111101101100100 | 3f3f3f3f7b64 |
SJIS-WIN | ?熔制?{d | 0011111110010111011011111001000010100111001111110111101101100100 | 3f976f90a73f7b64 |
EUC-JP | ?熔制?{d | 0011111111001101110100001100000010101001001111110111101101100100 | 3fcdd0c0a93f7b64 |
UTF-8 | 뤚熔制췶{d | 1110101110100100100110101110011110000110100101001110010110001000101101101110110010110111101101100111101101100100 | eba49ae78694e588b6ecb7b67b64 |
UHC | 뤚熔制췶{d | 10001111110010011110100111000010111100001010010010101110011100100111101101100100 | 8fc9e9c2f0a4ae727b64 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)