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 | 걨ê°\ | 11101010101100011010100011101010101100001001111101011100 | eab1a8eab09f5c |
SJIS-WIN | ?±¨?°?\ | 00111111100000010111110110000001010011100011111110000001100010110011111101011100 | 3f817d814e3f818b3f5c |
EUC-JP | 걨�\ | 1000111110101011101101001010000111011110101000011010111110001111101010111011010010100001111010110011111101011100 | 8fabb4a1dea1af8fabb4a1eb3f5c |
UTF-8 | 걨ê°\ | 11000011101010101100001010110001110000101010100011000011101010101100001010110000110000101001111101011100 | c3aac2b1c2a8c3aac2b0c29f5c |
UHC | ?±¨?°?\ | 00111111101000011011111010100001101001110011111110100001110001100011111101011100 | 3fa1bea1a73fa1c63f5c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)