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 | 跿幸\}跿幸\{^ | 11100110111100111000110101001011010111000111110111100110111100111000110101001011010111000111101101011110 | e6f38d4b5c7de6f38d4b5c7b5e |
EUC-JP | 跿幸\}跿幸\{^ | 11101100111101011011100110101100010111000111110111101100111101011011100110101100010111000111101101011110 | ecf5b9ac5c7decf5b9ac5c7b5e |
UTF-8 | 跿幸\}跿幸\{^ | 1110100010110111101111111110010110111001101110000101110001111101111010001011011110111111111001011011100110111000010111000111101101011110 | e8b7bfe5b9b85c7de8b7bfe5b9b85c7b5e |
UHC | ?幸\}?幸\{^ | 0011111111111010101110010101110001111101001111111111101010111001010111000111101101011110 | 3ffab95c7d3ffab95c7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)