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 | ??免漿 | 001111110011111110010110110001101001111111110111 | 3f3f96c69ff7 |
EUC-JP | ??免漿 | 001111110011111111001100110010001101111011111001 | 3f3fccc8def9 |
UTF-8 | 뤶풆免漿 | 111010111010010010110110111011011001001010000110111001011000010110001101111001101011110010111111 | eba4b6ed9286e5858de6bcbf |
UHC | 뤶풆免漿 | 1000111111100100101111101000111011011000111100111110110111101100 | 8fe4be8ed8f3edec |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)