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 | ??????B | 00111111001111110011111100111111001111110011111101000010 | 3f3f3f3f3f3f42 |
SJIS-WIN | 跏オ轣シ邀ャB | 11100110111001101011010111100111100000011011110011100111101100011010110001000010 | e6e6b5e781bce7b1ac42 |
EUC-JP | 跏オ轣シ邀ャB | 11101100111010001000111010110101111011011110000110001110101111001110111010110011100011101010110001000010 | ece88eb5ede18ebceeb38eac42 |
UTF-8 | 跏オ轣シ邀ャB | 11101000101101111000111111101111101111011011010111101000101111011010001111101111101111011011110011101001100000101000000011101111101111011010110001000010 | e8b78fefbdb5e8bda3efbdbce98280efbdac42 |
UHC | 跏???邀?B | 110010101011101000111111001111110011111111101001101011010011111101000010 | caba3f3f3fe9ad3f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)