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 | ????{d | 001111110011111100111111001111110111101101100100 | 3f3f3f3f7b64 |
SJIS-WIN | 箏?樗廟{d | 111000101011010100111111100100101001010010010101010111110111101101100100 | e2b53f9294955f7b64 |
EUC-JP | 箏?樗廟{d | 111001001011011100111111110000111111010011001001110000000111101101100100 | e4b73fc3f4c9c07b64 |
UTF-8 | 箏렡樗廟{d | 1110011110101110100011111110101110100000101000011110011010101000100101111110010110111011100111110111101101100100 | e7ae8feba0a1e6a897e5bb9f7b64 |
UHC | 箏렡樗廟{d | 11101110101101001000111010110010111011101100000011011001110110010111101101100100 | eeb48eb2eec0d9d97b64 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)