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 | ??\}??\{^ | 001111110011111101011100011111010011111100111111010111000111101101011110 | 3f3f5c7d3f3f5c7b5e |
SJIS-WIN | 寃?\}寃?\{^ | 1001101110000011001111110101110001111101100110111000001100111111010111000111101101011110 | 9b833f5c7d9b833f5c7b5e |
EUC-JP | 寃?\}寃?\{^ | 1101010111100011001111110101110001111101110101011110001100111111010111000111101101011110 | d5e33f5c7dd5e33f5c7b5e |
UTF-8 | 寃쭷\}寃쭷\{^ | 1110010110101111100000111110110010101101101101110101110001111101111001011010111110000011111011001010110110110111010111000111101101011110 | e5af83ecadb75c7de5af83ecadb75c7b5e |
UHC | 寃쭷\}寃쭷\{^ | 11101010101100101010100001001011010111000111110111101010101100101010100001001011010111000111101101011110 | eab2a84b5c7deab2a84b5c7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)