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 | ????B | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
SJIS-WIN | ?祭??B | 001111111000110111010101001111110011111101000010 | 3f8dd53f3f42 |
EUC-JP | ?祭彛?B | 0011111110111010110101111000111110111100111110100011111101000010 | 3fbad78fbcfa3f42 |
UTF-8 | 롆祭彛렰B | 11101011101000011000011011100111101001011010110111100101101111011001101111101011101000001011000001000010 | eba186e7a5ade5bd9beba0b042 |
UHC | 롆祭彛렰B | 100011101100110011110000101011101110110010101101100011101011110101000010 | 8eccf0aeecad8ebd42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)