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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 芦緬? | 1000100010110000100101101100100100111111 | 88b096c93f |
EUC-JP | 芦緬? | 1011000010110010110011001100101100111111 | b0b2cccb3f |
UTF-8 | 芦緬履 | 111010001000101010100110111001111011011110101100111011111010011110011111 | e88aa6e7b7acefa79f |
UHC | 芦緬履 | 111110111101100011011000111110111110110010101010 | fbd8d8fbecaa |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)