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 | ??}??{^ | 00111111001111110111110100111111001111110111101101011110 | 3f3f7d3f3f7b5e |
SJIS-WIN | ?移}?移{^ | 001111111000100011011010011111010011111110001000110110100111101101011110 | 3f88da7d3f88da7b5e |
EUC-JP | ?移}?移{^ | 001111111011000011011100011111010011111110110000110111000111101101011110 | 3fb0dc7d3fb0dc7b5e |
UTF-8 | 깹移}깹移{^ | 111010101011100110111001111001111010011110111011011111011110101010111001101110011110011110100111101110110111101101011110 | eab9b9e7a7bb7deab9b9e7a7bb7b5e |
UHC | 깹移}깹移{^ | 1011001010100001111011001011100101111101101100101010000111101100101110010111101101011110 | b2a1ecb97db2a1ecb97b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)