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 | 艸後勝羌 | 1110010010000111100011001110001110001111100111111110001110110011 | e4878ce38f9fe3b3 |
EUC-JP | 艸後勝羌 | 1110011111100111101110001110010110111110101000011110011010110101 | e7e7b8e5bea1e6b5 |
UTF-8 | 艸後勝羌 | 111010001000100110111000111001011011111010001100111001011000101110011101111001111011111010001100 | e889b8e5be8ce58b9de7be8c |
UHC | 艸後勝羌 | 1111010110101100111111011010110111100011101011011100101110110110 | f5acfdade3adcbb6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)