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 | 邀也ア烹 | 11100111101100011001011011100111101100011001011001000010 | e7b196e7b19642 |
EUC-JP | 邀也ア烹 | 1110111010110011110011001110100110001110101100011100101110100011 | eeb3cce98eb1cba3 |
UTF-8 | 邀也ア烹 | 111010011000001010000000111001001011100110011111111011111011110110110001111001111000001110111001 | e98280e4b99fefbdb1e783b9 |
UHC | 邀也?烹 | 11101001101011011110010110100101001111111111100010110010 | e9ade5a53ff8b2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)