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 | 惹??腋 | 100011101110010000111111001111111110001111111100 | 8ee43f3fe3fc |
EUC-JP | 惹??腋 | 101111001110011000111111001111111110011011111110 | bce63f3fe6fe |
UTF-8 | 惹릤긌腋 | 111001101000001110111001111010111010011010100100111010101011100010001100111010001000010110001011 | e683b9eba6a4eab88ce8858b |
UHC | 惹릤긌腋 | 1110010110101001100100001000011010000011010011001110010011111101 | e5a99086834ce4fd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)