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 | ???RE | 0011111100111111001111110101001001000101 | 3f3f3f5245 |
SJIS-WIN | 韃句横RE | 1110100011100101100010111110010110001001101000010101001001000101 | e8e58be589a15245 |
EUC-JP | 韃句横RE | 1111000011100111101101101110011110110010101000110101001001000101 | f0e7b6e7b2a35245 |
UTF-8 | 韃句横RE | 1110100110011111100000111110010110001111101001011110011010101000101010100101001001000101 | e99f83e58fa5e6a8aa5245 |
UHC | ?句?RE | 001111111100111110100011001111110101001001000101 | 3fcfa33f5245 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)