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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 豈ス邵」蓁 | 1110011010101111101111011110011110111000101000111110010011101011 | e6afbde7b8a3e4eb |
EUC-JP | 豈ス邵」蓁 | 11101100101100011000111010111101111011101011101010001110101000111110100011101101 | ecb18ebdeeba8ea3e8ed |
UTF-8 | 豈ス邵」蓁 | 111010001011000110001000111011111011110110111101111010011000001010110101111011111011110110100011111010001001001110000001 | e8b188efbdbde982b5efbda3e89381 |
UHC | 豈?邵?? | 11010001110000100011111111100001110100000011111100111111 | d1c23fe1d03f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)