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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 萬駈終蔕縁衆 | 111001001101110110001011111011011000111101001001111001001111011010001001100011111000111101001111 | e4dd8bed8f49e4f6898f8f4f |
EUC-JP | 萬駈終蔕縁衆 | 111010001101111110110110111011111011110110101010111010001111100010110001111011111011110110110000 | e8dfb6efbdaae8f8b1efbdb0 |
UTF-8 | 萬駈終蔕縁衆 | 111010001001000010101100111010011010011110001000111001111011010110000010111010001001010010010101111001111011100010000001111010001010000110000110 | e890ace9a788e7b582e89495e7b881e8a186 |
UHC | 萬?終??衆 | 110110001011111100111111111100001111101100111111001111111111000111101011 | d8bf3ff0fb3f3ff1eb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)