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 | 湖?窪故 | 10001100110011100011111110001100010001011000110011001100 | 8cce3f8c458ccc |
EUC-JP | 湖?窪故 | 10111000110100000011111110110111101001101011100011001110 | b8d03fb7a6b8ce |
UTF-8 | 湖렕窪故 | 111001101011100110010110111010111010000010010101111001111010101010101010111001101001010110000101 | e6b996eba095e7aaaae69585 |
UHC | 湖렕窪故 | 1111101111001001100011101010101011101000110000011100110110111010 | fbc98eaae8c1cdba |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)