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 | ûÕÙoBF | 11111011110101011101100110101101011011110100001001000110 | fbd5d9ad6f4246 |
SJIS-WIN | ????oBF | 00111111001111110011111100111111011011110100001001000110 | 3f3f3f3f6f4246 |
EUC-JP | ûÕÙ?oBF | 10001111101010111110010110001111101010101101100010001111101010101110001100111111011011110100001001000110 | 8fabe58faad88faae33f6f4246 |
UTF-8 | ûÕÙoBF | 1100001110111011110000111001010111000011100110011100001010101101011011110100001001000110 | c3bbc395c399c2ad6f4246 |
UHC | ???oBF | 0011111100111111001111111010000110101001011011110100001001000110 | 3f3f3fa1a96f4246 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)