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 | 瀨「鮹瓧 | 11111011010100001010001011101001110000011110000101000010 | fb50a2e9c1e142 |
EUC-JP | ?「鮹瓧 | 00111111100011101010001011110010110000111110000110100011 | 3f8ea2f2c3e1a3 |
UTF-8 | 瀨「鮹瓧 | 111001111000000010101000111011111011110110100010111010011010111010111001111001111001001110100111 | e780a8efbda2e9aeb9e793a7 |
UHC | 瀨??? | 1101011011101110001111110011111100111111 | d6ee3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)