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 | ????] | 0011111100111111001111110011111101011101 | 3f3f3f3f5d |
SJIS-WIN | 腫???] | 100011101110111000111111001111110011111101011101 | 8eee3f3f3f5d |
EUC-JP | 腫???] | 101111001111000000111111001111110011111101011101 | bcf03f3f3f5d |
UTF-8 | 腫띠렮렮] | 11101000100001011010101111101011100111011010000011101011101000001010111011101011101000001010111001011101 | e885abeb9da0eba0aeeba0ae5d |
UHC | 腫띠렮렮] | 111100001111111010110110111011001000111010111011100011101011101101011101 | f0feb6ec8ebb8ebb5d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)