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 | 螂幃エォ鈞 | 1110010110100101100110111110100110110100101010111110011111100000 | e5a59be9b4abe7e0 |
EUC-JP | 螂幃エォ鈞 | 11101010101001111101011011101011100011101011010010001110101010111110111011100010 | eaa7d6eb8eb48eabeee2 |
UTF-8 | 螂幃エォ鈞 | 111010001001111010000010111001011011100110000011111011111011110110110100111011111011110110101011111010011000100010011110 | e89e82e5b983efbdb4efbdabe9889e |
UHC | 螂???鈞 | 11010101110011000011111100111111001111111101000010110111 | d5cc3f3f3fd0b7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)