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 | ????] | 0011111100111111001111110011111101011101 | 3f3f3f3f5d |
SJIS-WIN | 荼ス讓ス] | 11100100101101101011110111100110101010001011110101011101 | e4b6bde6a8bd5d |
EUC-JP | 荼ス讓ス] | 111010001011100010001110101111011110110010101010100011101011110101011101 | e8b88ebdecaa8ebd5d |
UTF-8 | 荼ス讓ス] | 11101000100011011011110011101111101111011011110111101000101011101001001111101111101111011011110101011101 | e88dbcefbdbde8ae93efbdbd5d |
UHC | ??讓?] | 001111110011111111100101110100110011111101011101 | 3f3fe5d33f5d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)