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 | 001111110011111100111111001111110111101101100100 | 3f3f3f3f7b64 |
EUC-JP | ????{d | 001111110011111100111111001111110111101101100100 | 3f3f3f3f7b64 |
UTF-8 | 횚쨋청챦{d | 1110110110011010100110101110110010101000100010111110110010110010101011011110110010110001101001100111101101100100 | ed9a9aeca88becb2adecb1a67b64 |
UHC | 횚쨋청챦{d | 11000011100101001100001010110110110000111011101111000011101011110111101101100100 | c394c2b6c3bbc3af7b64 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)