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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
EUC-JP | ???泂? | 00111111001111110011111110001111110001101111011000111111 | 3f3f3f8fc6f63f |
UTF-8 | 롏롘렍泂롙 | 111010111010000110001111111010111010000110011000111010111010000010001101111001101011001110000010111010111010000110011001 | eba18feba198eba08de6b382eba199 |
UHC | 롏롘렍泂롙 | 10001110110101011000111011011100100011101010001111111011101000101000111011011101 | 8ed58edc8ea3fba28edd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)