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 | 00111111001111110011111100111111010110110100001001000110 | 3f3f3f3f5b4246 |
EUC-JP | ????[BF | 00111111001111110011111100111111010110110100001001000110 | 3f3f3f3f5b4246 |
UTF-8 | 쒀렠쒀롊[BF | 111011001001001010000000111010111010000010100000111011001001001010000000111010111010000110001010010110110100001001000110 | ec9280eba0a0ec9280eba18a5b4246 |
UHC | 쒀렠쒀롊[BF | 1011111010101100100011101011000110111110101011001000111011010000010110110100001001000110 | beac8eb1beac8ed05b4246 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)