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 | リ洄」 | 111100011110000111011000111110101111101010100011 | f1e1d8fafaa3 |
EUC-JP | ?リ洄」 | 0011111110001110110110001000111111000111101010111000111010100011 | 3f8ed88fc7ab8ea3 |
UTF-8 | リ洄」 | 111011101000010110011100111011111011111010011000111001101011010010000100111011111011110110100011 | ee859cefbe98e6b484efbda3 |
UHC | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)