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 | ??y@??y@B | 001111110011111101111001010000000011111100111111011110010100000001000010 | 3f3f79403f3f794042 |
SJIS-WIN | ??y@??y@B | 001111110011111101111001010000000011111100111111011110010100000001000010 | 3f3f79403f3f794042 |
EUC-JP | ??y@??y@B | 001111110011111101111001010000000011111100111111011110010100000001000010 | 3f3f79403f3f794042 |
UTF-8 | 쒔렜y@쒔렜y@B | 1110110010010010100101001110101110100000100111000111100101000000111011001001001010010100111010111010000010011100011110010100000001000010 | ec9294eba09c7940ec9294eba09c794042 |
UHC | 쒔렜y@쒔렜y@B | 10111110101011011000111010101110011110010100000010111110101011011000111010101110011110010100000001000010 | bead8eae7940bead8eae794042 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)