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 | ????[BF | 00111111001111110011111100111111010110110100001001000110 | 3f3f3f3f5b4246 |
SJIS-WIN | ???寔[BF | 0011111100111111001111111001101110000110010110110100001001000110 | 3f3f3f9b865b4246 |
EUC-JP | ???寔[BF | 0011111100111111001111111101010111100110010110110100001001000110 | 3f3f3fd5e65b4246 |
UTF-8 | 쒔렊쒔寔[BF | 111011001001001010010100111010111010000010001010111011001001001010010100111001011010111110010100010110110100001001000110 | ec9294eba08aec9294e5af945b4246 |
UHC | 쒔렊쒔寔[BF | 1011111010101101100011101010000110111110101011011110001111010001010110110100001001000110 | bead8ea1beade3d15b4246 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)