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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | ?摯?摯^ | 00111111100111011001010100111111100111011001010101011110 | 3f9d953f9d955e |
EUC-JP | ?摯?摯^ | 00111111110110011111010100111111110110011111010101011110 | 3fd9f53fd9f55e |
UTF-8 | 셨摯셨摯^ | 11101100100001011010100011100110100100011010111111101100100001011010100011100110100100011010111101011110 | ec85a8e691afec85a8e691af5e |
UHC | 셨摯셨摯^ | 101111001100110011110010101001111011110011001100111100101010011101011110 | bcccf2a7bcccf2a75e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)