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 | ??????B | 00111111001111110011111100111111001111110011111101000010 | 3f3f3f3f3f3f42 |
SJIS-WIN | 妖??妖??B | 100101110110010000111111001111111001011101100100001111110011111101000010 | 97643f3f97643f3f42 |
EUC-JP | 妖??妖??B | 110011011100010100111111001111111100110111000101001111110011111101000010 | cdc53f3fcdc53f3f42 |
UTF-8 | 妖곤워妖곤워B | 11100101101001101001011011101010101100111010010011101100100110111000110011100101101001101001011011101010101100111010010011101100100110111000110001000010 | e5a696eab3a4ec9b8ce5a696eab3a4ec9b8c42 |
UHC | 妖곤워妖곤워B | 11101000111011011011000011101111101111111111011011101000111011011011000011101111101111111111011001000010 | e8edb0efbff6e8edb0efbff642 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)