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 | 縞紺?? | 100011101100100010001101101011100011111100111111 | 8ec88dae3f3f |
EUC-JP | 縞紺?? | 101111001100101010111010101100000011111100111111 | bccabab03f3f |
UTF-8 | 縞紺씔뤉 | 111001111011100010011110111001111011010010111010111011001001010010010100111010111010010010001001 | e7b89ee7b4baec9494eba489 |
UHC | 縞紺씔뤉 | 1111101111010110110010101111101010111110101111001000111110111001 | fbd6cafabebc8fb9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)