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 | ??嵌? | 0011111100111111100110111100011000111111 | 3f3f9bc63f |
EUC-JP | ??嵌? | 0011111100111111110101101100100000111111 | 3f3fd6c83f |
UTF-8 | 뤶풆嵌즌 | 111010111010010010110110111011011001001010000110111001011011010110001100111011001010011010001100 | eba4b6ed9286e5b58ceca68c |
UHC | 뤶풆嵌즌 | 1000111111100100101111101000111011001010111011101100000111110000 | 8fe4be8ecaeec1f0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)