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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | ??縞倣 | 001111110011111110001110110010001001010111101101 | 3f3f8ec895ed |
EUC-JP | ??縞倣 | 001111110011111110111100110010101100101011101111 | 3f3fbccacaef |
UTF-8 | 戶렱縞倣 | 111001101000100010110110111010111010000010110001111001111011100010011110111001011000000010100011 | e688b6eba0b1e7b89ee580a3 |
UHC | 戶렱縞倣 | 1111101111000010100011101011111011111011110101101101101110100111 | fbc28ebefbd6dba7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)