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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 鴫ン」 | 1111000010101100100011101011000011110001111000001101110110100011 | f0ac8eb0f1e0dda3 |
EUC-JP | ?鴫?ン」 | 0011111110111100101100100011111110001110110111011000111010100011 | 3fbcb23f8edd8ea3 |
UTF-8 | 鴫ン」 | 111011101000000110101011111010011011010010101011111011101000010110011011111011111011111010011101111011111011110110100011 | ee81abe9b4abee859befbe9defbda3 |
UHC | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)