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 | ??????LF | 0011111100111111001111110011111100111111001111110100110001000110 | 3f3f3f3f3f3f4c46 |
SJIS-WIN | ??????LF | 0011111100111111001111110011111100111111001111110100110001000110 | 3f3f3f3f3f3f4c46 |
EUC-JP | ??????LF | 0011111100111111001111110011111100111111001111110100110001000110 | 3f3f3f3f3f3f4c46 |
UTF-8 | 짹횑횁짯챌징LF | 1110110010100111101110011110110110011010100100011110110110011010100000011110110010100111101011111110110010110001100011001110110010100111100101010100110001000110 | eca7b9ed9a91ed9a81eca7afecb18ceca7954c46 |
UHC | 짹횑횁짯챌징LF | 1100001010110001110000111000110011000011100000011100001010101101110000111010011111000010101000010100110001000110 | c2b1c38cc381c2adc3a7c2a14c46 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)