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 | 湖?窪ⅵ | 10001100110011100011111110001100010001011111101001000101 | 8cce3f8c45fa45 |
EUC-JP | 湖?窪? | 101110001101000000111111101101111010011000111111 | b8d03fb7a63f |
UTF-8 | 湖렕窪ⅵ | 111001101011100110010110111010111010000010010101111001111010101010101010111000101000010110110101 | e6b996eba095e7aaaae285b5 |
UHC | 湖렕窪ⅵ | 1111101111001001100011101010101011101000110000011010010110100110 | fbc98eaae8c1a5a6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)