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 | 鐔雁欝鐔 | 1110100001011100100010101110010110001001010101001110100001011100 | e85c8ae58954e85c |
EUC-JP | 鐔雁欝鐔 | 1110111110111101101101001110011110110001101101011110111110111101 | efbdb4e7b1b5efbd |
UTF-8 | 鐔雁欝鐔 | 111010011001000010010100111010011001101110000001111001101010110010011101111010011001000010010100 | e99094e99b81e6ac9de99094 |
UHC | ?雁?? | 0011111111100100110100100011111100111111 | 3fe4d23f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)