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 | ????F | 0011111100111111001111110011111101000110 | 3f3f3f3f46 |
SJIS-WIN | 辿促辿棚F | 100100100100100010010001101000111001001001001000100100100100100101000110 | 924891a39248924946 |
EUC-JP | 辿促辿棚F | 110000111010100111000010101001011100001110101001110000111010101001000110 | c3a9c2a5c3a9c3aa46 |
UTF-8 | 辿促辿棚F | 11101000101111101011111111100100101111111000001111101000101111101011111111100110101000111001101001000110 | e8bebfe4bf83e8bebfe6a39a46 |
UHC | ?促?棚F | 00111111111101011011010100111111110111011101110001000110 | 3ff5b53fdddc46 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)