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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 銀??殃 | 100010111110001000111111001111111001111101101001 | 8be23f3f9f69 |
EUC-JP | 銀??殃 | 101101101110010000111111001111111101110111001010 | b6e43f3fddca |
UTF-8 | 銀껊솚殃 | 111010011000101010000000111010101011101110001010111011001000011010011010111001101010111010000011 | e98a80eabb8aec869ae6ae83 |
UHC | 銀껊솚殃 | 1110101111011110100000111110101110011001100110001110010011101010 | ebde83eb9998e4ea |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)