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 | 檍??源 | 100111101111100000111111001111111000110010111001 | 9ef83f3f8cb9 |
EUC-JP | 檍??源 | 110111001111101000111111001111111011100010111011 | dcfa3f3fb8bb |
UTF-8 | 檍덀끂源 | 111001101010101010001101111010111000110110000000111010111000000110000010111001101011101010010000 | e6aa8deb8d80eb8182e6ba90 |
UHC | 檍덀끂源 | 1110010111100101100010001110001110000101101110001110101010111001 | e5e588e385b8eab9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)