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 | öÒòû\ | 1111011011010010111100101111101101011100 | f6d2f2fb5c |
SJIS-WIN | ????\ | 0011111100111111001111110011111101011100 | 3f3f3f3f5c |
EUC-JP | öÒòû\ | 10001111101010111101001110001111101010101101001010001111101010111101001010001111101010111110010101011100 | 8fabd38faad28fabd28fabe55c |
UTF-8 | öÒòû\ | 110000111011011011000011100100101100001110110010110000111011101101011100 | c3b6c392c3b2c3bb5c |
UHC | ????\ | 0011111100111111001111110011111101011100 | 3f3f3f3f5c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)