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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 弱??嚥 | 100011101110001100111111001111111001101010001011 | 8ee33f3f9a8b |
EUC-JP | 弱??嚥 | 101111001110010100111111001111111101001111101011 | bce53f3fd3eb |
UTF-8 | 弱놄뇴嚥 | 111001011011110010110001111010111000011010000100111010111000011110110100111001011001101010100101 | e5bcb1eb8684eb87b4e59aa5 |
UHC | 弱놄뇴嚥 | 1110010110110000100001101110111010000111100110001110011010111111 | e5b086ee8798e6bf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)