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 | ????潮 | 001111110011111100111111001111111001001010101010 | 3f3f3f3f92aa |
EUC-JP | ????潮 | 001111110011111100111111001111111100010010101100 | 3f3f3f3fc4ac |
UTF-8 | 롗렏롕렩潮 | 111010111010000110010111111010111010000010001111111010111010000110010101111010111010000010101001111001101011110110101110 | eba197eba08feba195eba0a9e6bdae |
UHC | 롗렏롕렩潮 | 10001110110110111000111010100101100011101101100110001110101101111111000011001101 | 8edb8ea58ed98eb7f0cd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)