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 | 宰??攸 | 100011011100100100111111001111111001110110111111 | 8dc93f3f9dbf |
EUC-JP | 宰??攸 | 101110101100101100111111001111111101101011000001 | bacb3f3fdac1 |
UTF-8 | 宰ㅺ슝攸 | 111001011010111010110000111000111000010110111010111011001000101010011101111001101001010010111000 | e5aeb0e385baec8a9de694b8 |
UHC | 宰ㅺ슝攸 | 1110111010100101101001001110101010111101101110011110101011110010 | eea5a4eabdb9eaf2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)