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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 游???? | 100111111110000000111111001111110011111100111111 | 9fe03f3f3f3f |
EUC-JP | 游???? | 110111101110001000111111001111110011111100111111 | dee23f3f3f3f |
UTF-8 | 游쭹렟당뤧 | 111001101011100010111000111011001010110110111001111010111010000010011111111010111000101110111001111010111010010010100111 | e6b8b8ecadb9eba09feb8bb9eba4a7 |
UHC | 游쭹렟당뤧 | 11101010111111011100001011100111100011101011000010110100111001111000111111010101 | eafdc2e78eb0b4e78fd5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)