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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | ?指扈?? | 00111111100011100111011111100111101110110011111100111111 | 3f8e77e7bb3f3f |
EUC-JP | ?指扈?? | 00111111101110111101100011101110101111010011111100111111 | 3fbbd8eebd3f3f |
UTF-8 | 롆指扈렕롛 | 111010111010000110000110111001101000110010000111111001101000100110001000111010111010000010010101111010111010000110011011 | eba186e68c87e68988eba095eba19b |
UHC | 롆指扈렕롛 | 10001110110011001111001010100110111110111100001110001110101010101000111011011111 | 8eccf2a6fbc38eaa8edf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)