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 | 邯乗園閠ウ | 111001111011011010001111111001101000100110000000111010001000000010110011 | e7b68fe68980e880b3 |
EUC-JP | 邯乗園閠ウ | 11101110101110001011111011101000101100011110000011101111111000001000111010110011 | eeb8bee8b1e0efe08eb3 |
UTF-8 | 邯乗園閠ウ | 111010011000001010101111111001001011100110010111111001011001110010010010111010011001011010100000111011111011110110110011 | e982afe4b997e59c92e996a0efbdb3 |
UHC | 邯?園?? | 11001010111110110011111111101010101011100011111100111111 | cafb3feaae3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)