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 | 諛梧エ溷」 | 1110011010000111100011001110011010110100100111111110010110100011 | e6878ce6b49fe5a3 |
EUC-JP | 諛梧エ溷」 | 11101011111001111011100011101000100011101011010011011110111001111000111010100011 | ebe7b8e88eb4dee78ea3 |
UTF-8 | 諛梧エ溷」 | 111010001010101110011011111001101010001010100111111011111011110110110100111001101011101010110111111011111011110110100011 | e8ab9be6a2a7efbdb4e6bab7efbda3 |
UHC | 諛梧??? | 11101011101100001110011111111100001111110011111100111111 | ebb0e7fc3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)