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 | ???汚ъ? | 0011111100111111001111111000100110011000100001001000110000111111 | 3f3f3f8998848c3f |
EUC-JP | 璵??汚ъ? | 10001111110011001110011000111111001111111011000111111000101001111110110000111111 | 8fcce63f3fb1f8a7ec3f |
UTF-8 | 璵붷젽汚ъ맀 | 1110011110010010101101011110101110110110101101111110110010100000101111011110011010110001100110101101000110001010111010111010011110000000 | e792b5ebb6b7eca0bde6b19ad18aeba780 |
UHC | 璵붷젽汚ъ맀 | 111001101010010110010100111001011010000010101111111001111111110110101100111011001001000010011011 | e6a594e5a0afe7fdacec909b |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)