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 | 狷箏簓禪濛糢 | 111000001100010011100010101101011110001011000111111000100101011111100000011000011110001011110101 | e0c4e2b5e2c7e257e061e2f5 |
EUC-JP | 狷箏簓禪濛糢 | 111000001100011011100100101101111110010011001001111000111011100011011111110000101110010011110111 | e0c6e4b7e4c9e3b8dfc2e4f7 |
UTF-8 | 狷箏簓禪濛糢 | 111001111000101110110111111001111010111010001111111001111011000010010011111001111010011010101010111001101011111110011011111001111011001110100010 | e78bb7e7ae8fe7b093e7a6aae6bf9be7b3a2 |
UHC | ?箏?禪?? | 0011111111101110101101000011111111100000110010010011111100111111 | 3feeb43fe0c93f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)