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 | ???x{d | 001111110011111100111111011110000111101101100100 | 3f3f3f787b64 |
SJIS-WIN | ?淋?x{d | 00111111100101111101001000111111011110000111101101100100 | 3f97d23f787b64 |
EUC-JP | ?淋?x{d | 00111111110011101101010000111111011110000111101101100100 | 3fced43f787b64 |
UTF-8 | 룵淋퓽x{d | 111010111010001110110101111001101011011110001011111011011001001110111101011110000111101101100100 | eba3b5e6b78bed93bd787b64 |
UHC | 룵淋퓽x{d | 100011111010101011010111111110101100011111000000011110000111101101100100 | 8faad7fac7c0787b64 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)