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 | ?????G | 001111110011111100111111001111110011111101000111 | 3f3f3f3f3f47 |
SJIS-WIN | 悅??畏?G | 1111101010111101001111110011111110001000110110000011111101000111 | fabd3f3f88d83f47 |
EUC-JP | ???畏?G | 00111111001111110011111110110000110110100011111101000111 | 3f3f3fb0da3f47 |
UTF-8 | 悅덂뮘畏봫G | 11100110100000101000010111101011100011011000001011101011101011101001100011100111100101011000111111101011101101001010101101000111 | e68285eb8d82ebae98e7958febb4ab47 |
UHC | 悅덂뮘畏봫G | 1110011011101101100010001110010110010010101001001110100011100110100101000110110101000111 | e6ed88e592a4e8e6946d47 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)