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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 鬩ゥ逕サ豬傳 | 11101001101010011010100111100111100101001011101111100110101101011001100101000010 | e9a9a9e794bbe6b59942 |
EUC-JP | 鬩ゥ逕サ豬傳 | 111100101010101110001110101010011110110111110100100011101011101111101100101101111101000110100011 | f2ab8ea9edf48ebbecb7d1a3 |
UTF-8 | 鬩ゥ逕サ豬傳 | 111010011010110010101001111011111011110110101001111010011000000010010101111011111011110110111011111010001011000110101100111001011000001010110011 | e9aca9efbda9e98095efbdbbe8b1ace582b3 |
UHC | ??逕??傳 | 0011111100111111110011001110111100111111001111111110111011101110 | 3f3fccef3f3feeee |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)