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 | 츱¶ | 11101100101110001011000110110110 | ecb8b1b6 |
SJIS-WIN | ??±¶ | 001111110011111110000001011111011000000111110111 | 3f3f817d81f7 |
EUC-JP | 츱¶ | 10001111101010111100000010001111101000101011000110100001110111101010001011111001 | 8fabc08fa2b1a1dea2f9 |
UTF-8 | 츱¶ | 1100001110101100110000101011100011000010101100011100001010110110 | c3acc2b8c2b1c2b6 |
UHC | ?¸±¶ | 00111111101000101010110010100001101111101010001011010010 | 3fa2aca1bea2d2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)