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 | ?????c | 001111110011111100111111001111110011111101100011 | 3f3f3f3f3f63 |
SJIS-WIN | ?????c | 001111110011111100111111001111110011111101100011 | 3f3f3f3f3f63 |
EUC-JP | ?????c | 001111110011111100111111001111110011111101100011 | 3f3f3f3f3f63 |
UTF-8 | 혵쩍채혯횪c | 11101101100110001011010111101100101010011000110111101100101100011000010011101101100110001010111111101101100110101010101001100011 | ed98b5eca98decb184ed98afed9aaa63 |
UHC | 혵쩍채혯횪c | 1100001010011100110000101011110111000011101001001100001010010110110000111010000001100011 | c29cc2bdc3a4c296c3a063 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)