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 | 傳?箏? | 100110010100001000111111111000101011010100111111 | 99423fe2b53f |
EUC-JP | 傳?箏? | 110100011010001100111111111001001011011100111111 | d1a33fe4b73f |
UTF-8 | 傳렓箏띄 | 111001011000001010110011111010111010000010010011111001111010111010001111111010111001110110000100 | e582b3eba093e7ae8feb9d84 |
UHC | 傳렓箏띄 | 1110111011101110100011101010100011101110101101001011011011100111 | eeee8ea8eeb4b6e7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)