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 | 100011111111011000111111100010110110000000111111001111110011111101000010 | 8ff63f8b603f3f3f42 |
EUC-JP | 蒸?義???B | 101111101111100000111111101101011100000100111111001111110011111101000010 | bef83fb5c13f3f3f42 |
UTF-8 | 蒸렟義얕렲렎B | 11101000100100101011100011101011101000001001111111100111101111101010100111101100100101101001010111101011101000001011001011101011101000001000111001000010 | e892b8eba09fe7bea9ec9695eba0b2eba08e42 |
UHC | 蒸렟義얕렲렎B | 11110001111110101000111010110000111010111111100110111110111010001000111010111111100011101010010001000010 | f1fa8eb0ebf9bee88ebf8ea442 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)