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 | ??裝經 | 001111110011111111100101111001001110001101010011 | 3f3fe5e4e353 |
EUC-JP | ??裝經 | 001111110011111111101010111001101110010110110100 | 3f3feae6e5b4 |
UTF-8 | 林렱裝經 | 111011111010011110110100111010111010000010110001111010001010001110011101111001111011011010010011 | efa7b4eba0b1e8a39de7b693 |
UHC | 林렱裝經 | 1110110011110111100011101011111011101101111110111100110011101000 | ecf78ebeedfbcce8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)