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 | ??????E | 00111111001111110011111100111111001111110011111101000101 | 3f3f3f3f3f3f45 |
SJIS-WIN | ?????珖E | 0011111100111111001111110011111100111111111110110110001001000101 | 3f3f3f3f3ffb6245 |
EUC-JP | ?????珖E | 001111110011111100111111001111110011111110001111110010111111000001000101 | 3f3f3f3f3f8fcbf045 |
UTF-8 | 롛롆礖롛롆珖E | 11101011101000011001101111101011101000011000011011100111101001001001011011101011101000011001101111101011101000011000011011100111100011111001011001000101 | eba19beba186e7a496eba19beba186e78f9645 |
UHC | 롛롆礖롛롆珖E | 10001110110111111000111011001100111001101010011010001110110111111000111011001100110011101100101101000101 | 8edf8ecce6a68edf8ecccecb45 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)