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 | 11100101010111010011111100111111011100100111101101100100 | e55d3f3f727b64 |
EUC-JP | 蘊??r{d | 11101001101111100011111100111111011100100111101101100100 | e9be3f3f727b64 |
UTF-8 | 蘊ㅶ굮r{d | 111010001001100010001010111000111000010110110110111010101011010110101110011100100111101101100100 | e8988ae385b6eab5ae727b64 |
UHC | 蘊ㅶ굮r{d | 111010001011001110100100111001101000001010010010011100100111101101100100 | e8b3a4e68292727b64 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)