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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 鄂咲硫 | 111001111011110110001101111001111001011110110000 | e7bd8de797b0 |
EUC-JP | 鄂咲硫 | 111011101011111110111010111010011100111010110010 | eebfbae9ceb2 |
UTF-8 | 鄂咲硫 | 111010011000010010000010111001011001001010110010111001111010000110101011 | e98482e592b2e7a1ab |
UHC | 鄂?硫 | 1110010011000111001111111101011110111100 | e4c73fd7bc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)