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 | ?兆?齷 | 001111111001001010011011001111111110101010011001 | 3f929b3fea99 |
EUC-JP | ?兆?齷 | 001111111100001111111011001111111111001111111001 | 3fc3fb3ff3f9 |
UTF-8 | 뤗兆킃齷 | 111010111010010010010111111001011000010110000110111011011000001010000011111010011011110110110111 | eba497e58586ed8283e9bdb7 |
UHC | 뤗兆킃齷 | 1000111111000111111100001011110010110100100011111110010011001011 | 8fc7f0bcb48fe4cb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)