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 | ???\ | 00111111001111110011111101011100 | 3f3f3f5c |
SJIS-WIN | 逶門働\ | 11100111100110111001011011100101100100111010110101011100 | e79b96e593ad5c |
EUC-JP | 逶門働\ | 11101101111110111100110011100111110001101010111101011100 | edfbcce7c6af5c |
UTF-8 | 逶門働\ | 11101001100000001011011011101001100101101000000011100101100000111000110101011100 | e980b6e99680e5838d5c |
UHC | ?門?\ | 0011111111011010101001100011111101011100 | 3fdaa63f5c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)