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 | ???^ | 00111111001111110011111101011110 | 3f3f3f5e |
SJIS-WIN | ?壙?^ | 0011111110011010110110110011111101011110 | 3f9adb3f5e |
EUC-JP | ?壙?^ | 0011111111010100110111010011111101011110 | 3fd4dd3f5e |
UTF-8 | 렻壙렗^ | 11101011101000001011101111100101101000111001100111101011101000001001011101011110 | eba0bbe5a399eba0975e |
UHC | 렻壙렗^ | 10001110110000111100111011000101100011101010110001011110 | 8ec3cec58eac5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)