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 | ???陰 | 0011111100111111001111111000100101000001 | 3f3f3f8941 |
EUC-JP | ???陰 | 0011111100111111001111111011000110100010 | 3f3f3fb1a2 |
UTF-8 | 轢뺤꽭陰 | 111011111010011010001101111010111011101010100100111010101011110110101101111010011001100110110000 | efa68debbaa4eabdade999b0 |
UHC | 轢뺤꽭陰 | 1110011010111100100101011110110010000100101110001110101111100100 | e6bc95ec84b8ebe4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)