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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 湖?湖?? | 10001100110011100011111110001100110011100011111100111111 | 8cce3f8cce3f3f |
EUC-JP | 湖?湖?勖 | 101110001101000000111111101110001101000000111111100011111011001111101101 | b8d03fb8d03f8fb3ed |
UTF-8 | 湖렕湖렞勖 | 111001101011100110010110111010111010000010010101111001101011100110010110111010111010000010011110111001011000101110010110 | e6b996eba095e6b996eba09ee58b96 |
UHC | 湖렕湖렞勖 | 11111011110010011000111010101010111110111100100110001110101011111110100111101101 | fbc98eaafbc98eafe9ed |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)