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 | gãNW | 100111010110011111100011010011101001011101010111 | 9d67e34e9757 |
SJIS-WIN | ?g?N?W | 001111110110011100111111010011100011111101010111 | 3f673f4e3f57 |
EUC-JP | ?gãN?W | 0011111101100111100011111010101110101010010011100011111101010111 | 3f678fabaa4e3f57 |
UTF-8 | gãNW | 110000101001110101100111110000111010001101001110110000101001011101010111 | c29d67c3a34ec29757 |
UHC | ?g?N?W | 001111110110011100111111010011100011111101010111 | 3f673f4e3f57 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)