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 | ?矜??湖 | 00111111111000011110000000111111001111111000110011001110 | 3fe1e03f3f8cce |
EUC-JP | ?矜??湖 | 00111111111000101110001000111111001111111011100011010000 | 3fe2e23f3fb8d0 |
UTF-8 | 飇矜렫렲湖 | 111010011010001110000111111001111001111110011100111010111010000010101011111010111010000010110010111001101011100110010110 | e9a387e79f9ceba0abeba0b2e6b996 |
UHC | 飇矜렫렲湖 | 11111000111111001101000011101000100011101011100110001110101111111111101111001001 | f8fcd0e88eb98ebffbc9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)