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 | ???r{d | 001111110011111100111111011100100111101101100100 | 3f3f3f727b64 |
SJIS-WIN | 氏??r{d | 10001110100000010011111100111111011100100111101101100100 | 8e813f3f727b64 |
EUC-JP | 氏??r{d | 10111011111000010011111100111111011100100111101101100100 | bbe13f3f727b64 |
UTF-8 | 氏릯뢆r{d | 111001101011000010001111111010111010011010101111111010111010001010000110011100100111101101100100 | e6b08feba6afeba286727b64 |
UHC | 氏릯뢆r{d | 111001001010101110010000100011111000111101000010011100100111101101100100 | e4ab908f8f42727b64 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)