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 | 題?爰?迹 | 1001000111101000001111111110000010100111001111111110011110010001 | 91e83fe0a73fe791 |
EUC-JP | 題?爰?迹 | 1100001011101010001111111110000010101001001111111110110111110001 | c2ea3fe0a93fedf1 |
UTF-8 | 題렲爰렪迹 | 111010011010000110001100111010111010000010110010111001111000100010110000111010111010000010101010111010001011111110111001 | e9a18ceba0b2e788b0eba0aae8bfb9 |
UHC | 題렲爰렪迹 | 11110000101110011000111010111111111010101011101010001110101110001110111011101001 | f0b98ebfeaba8eb8eee9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)