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 | 譴ッ蠢後☆ | 111001101010001010101111111001011011111110001100111000111000000110011001 | e6a2afe5bf8ce38199 |
EUC-JP | 譴ッ蠢後☆ | 11101100101001001000111010101111111010101100000110111000111001011010000111111001 | eca48eafeac1b8e5a1f9 |
UTF-8 | 譴ッ蠢後☆ | 111010001010110110110100111011111011110110101111111010001010000010100010111001011011111010001100111000101001100010000110 | e8adb4efbdafe8a0a2e5be8ce29886 |
UHC | 譴?蠢後☆ | 110011001011100100111111111100011110001111111101101011011010000111011001 | ccb93ff1e3fdada1d9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)