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 | 皓?じ拌 | 11100001101010010011111110000010101101101001110101100001 | e1a93f82b69d61 |
EUC-JP | 皓?じ拌 | 11100010101010110011111110100100101110001101100111000010 | e2ab3fa4b8d9c2 |
UTF-8 | 皓ㆊじ拌 | 111001111001101010010011111000111000011010001010111000111000000110011000111001101000101110001100 | e79a93e3868ae38198e68b8c |
UHC | 皓ㆊじ拌 | 1111101111010011101001001111101010101010101110001101101011100101 | fbd3a4faaab8dae5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)