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 | 筌??媛ц | 1110001010100011001111110011111110010101010100011000010010001000 | e2a33f3f95518488 |
EUC-JP | 筌??媛ц | 1110010010100101001111110011111111001001101100101010011111101000 | e4a53f3fc9b2a7e8 |
UTF-8 | 筌뚮뿦媛ц | 1110011110101101100011001110101110011010101011101110101110111111101001101110010110101010100110111101000110000110 | e7ad8ceb9aaeebbfa6e5aa9bd186 |
UHC | 筌뚮뿦媛ц | 11101111101001111000110011101011100101111010011011101010101100001010110011101000 | efa78ceb97a6eab0ace8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)