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 | 薑乗僑鐔緒秀 | 111001010100011110001111111001101000101110100001111010000101110010001111100011111000111101000111 | e5478fe68ba1e85c8f8f8f47 |
EUC-JP | 薑乗僑鐔緒秀 | 111010011010100010111110111010001011011010100011111011111011110110111101111011111011110110101000 | e9a8bee8b6a3efbdbdefbda8 |
UTF-8 | 薑乗僑鐔緒秀 | 111010001001011010010001111001001011100110010111111001011000001110010001111010011001000010010100111001111011011110010010111001111010011110000000 | e89691e4b997e58391e99094e7b792e7a780 |
UHC | 薑?僑??秀 | 110010111011100100111111110011101110000000111111001111111110001010110011 | cbb93fcee03f3fe2b3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)