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 | 膓o織繙 | 1110010001010101100000101000111110010000010001001110001110000110 | e455828f9044e386 |
EUC-JP | 膓o織繙 | 1110011110110110101000111110111110111111101001011110010111100110 | e7b6a3efbfa5e5e6 |
UTF-8 | 膓o織繙 | 111010001000011010010011111011111011110110001111111001111011100110010100111001111011100110011001 | e88693efbd8fe7b994e7b999 |
UHC | ?o織? | 001111111010001111101111111100101100010000111111 | 3fa3eff2c43f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)