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 | 鵝??矣 | 111010100100000000111111001111111110000111100001 | ea403f3fe1e1 |
EUC-JP | 鵝??矣 | 111100111010000100111111001111111110001011100011 | f3a13f3fe2e3 |
UTF-8 | 鵝롮뼏矣 | 111010011011010110011101111010111010000110101110111010111011110010001111111001111001111110100011 | e9b59deba1aeebbc8fe79fa3 |
UHC | 鵝롮뼏矣 | 1110010010111101100011101110110010010110100101111110101111111000 | e4bd8eec9697ebf8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)