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 | 螂ェ謳咲オ | 1110010110100101101010101110011010010000100011011110011110110101 | e5a5aae6908de7b5 |
EUC-JP | 螂ェ謳咲オ | 11101010101001111000111010101010111010111111000010111010111010011000111010110101 | eaa78eaaebf0bae98eb5 |
UTF-8 | 螂ェ謳咲オ | 111010001001111010000010111011111011110110101010111010001010110010110011111001011001001010110010111011111011110110110101 | e89e82efbdaae8acb3e592b2efbdb5 |
UHC | 螂?謳?? | 11010101110011000011111111001111110001000011111100111111 | d5cc3fcfc43f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)