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 | 1110100110000111100010111110010110001001101000010101001001000101 | e9878be589a15245 |
EUC-JP | 驥句横RE | 1111000111100111101101101110011110110010101000110101001001000101 | f1e7b6e7b2a35245 |
UTF-8 | 驥句横RE | 1110100110101001101001011110010110001111101001011110011010101000101010100101001001000101 | e9a9a5e58fa5e6a8aa5245 |
UHC | 驥句?RE | 11010001110010101100111110100011001111110101001001000101 | d1cacfa33f5245 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)