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 | ???] | 00111111001111110011111101011101 | 3f3f3f5d |
SJIS-WIN | 裝耕瓜] | 11100101111001001000110101101011100010010101101001011101 | e5e48d6b895a5d |
EUC-JP | 裝耕瓜] | 11101010111001101011100111001100101100011011101101011101 | eae6b9ccb1bb5d |
UTF-8 | 裝耕瓜] | 11101000101000111001110111101000100000001001010111100111100100111001110001011101 | e8a39de88095e7939c5d |
UHC | 裝耕瓜] | 11101101111110111100110011101001110011011111111001011101 | edfbcce9cdfe5d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)