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 | 族燎ぉ? | 10010001101100001110000010011001100000101010011100111111 | 91b0e09982a73f |
EUC-JP | 族燎ぉ? | 11000010101100101101111111111001101001001010100100111111 | c2b2dff9a4a93f |
UTF-8 | 族燎ぉ렏 | 111001101001011110001111111001111000011110001110111000111000000110001001111010111010000010001111 | e6978fe7878ee38189eba08f |
UHC | 族燎ぉ렏 | 1111000011101001110101101111101010101010101010011000111010100101 | f0e9d6faaaa98ea5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)