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 | 将ェ将腱 | 10001111101010111010101010001111101010111110010001000110 | 8fabaa8fabe446 |
EUC-JP | 将ェ将腱 | 1011111010101101100011101010101010111110101011011110011110100111 | bead8eaabeade7a7 |
UTF-8 | 将ェ将腱 | 111001011011000010000110111011111011110110101010111001011011000010000110111010001000010110110001 | e5b086efbdaae5b086e885b1 |
UHC | ???腱 | 0011111100111111001111111100101111110010 | 3f3f3fcbf2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)