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 | 001111110011111100111111001111110100001001000110 | 3f3f3f3f4246 |
SJIS-WIN | ???岸BF | 00111111001111110011111110001010110111010100001001000110 | 3f3f3f8add4246 |
EUC-JP | ???岸BF | 00111111001111110011111110110100110111110100001001000110 | 3f3f3fb4df4246 |
UTF-8 | 쒔롉뤙岸BF | 1110110010010010100101001110101110100001100010011110101110100100100110011110010110110010101110000100001001000110 | ec9294eba189eba499e5b2b84246 |
UHC | 쒔롉뤙岸BF | 10111110101011011000111011001111100011111100100011100100110011010100001001000110 | bead8ecf8fc8e4cd4246 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)