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 | 韆コ驍タ | 11101000111001101011101011101001100000101000001101011110 | e8e6bae982835e |
EUC-JP | 韆コ驍タ | 1111000011101000100011101011101011110001111000101010010110111111 | f0e88ebaf1e2a5bf |
UTF-8 | 韆コ驍タ | 111010011001111110000110111011111011110110111010111010011010100110001101111000111000001010111111 | e99f86efbdbae9a98de382bf |
UHC | 韆?驍タ | 11110100110001110011111111111101101001001010101110111111 | f4c73ffda4abbf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)