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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 賰悌逢閼」 | 111110111010110110010010111011101000100010100111111010001000010010100011 | fbad92ee88a7e884a3 |
EUC-JP | 賰悌逢閼」 | 1000111111011111101110011100010011110000101100001010100111101111111001001000111010100011 | 8fdfb9c4f0b0a9efe48ea3 |
UTF-8 | 賰悌逢閼」 | 111010001011001110110000111001101000001010001100111010011000000010100010111010011001011010111100111011111011110110100011 | e8b3b0e6828ce980a2e996bcefbda3 |
UHC | ?悌逢閼? | 0011111111110000101010101101110011110001111001001101100100111111 | 3ff0aadcf1e4d93f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)